{
"model": "get-gpts",
"messages": [
{
"role": "user",
"content": "g-hLeKGkIY7"
}
]
}
curl --location --request POST 'https://draw.openai-next.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "get-gpts",
"messages": [
{
"role": "user",
"content": "g-hLeKGkIY7"
}
]
}'
{}