POST
/
api
/
v1
/
ask_camel
Ask Camel
curl --request POST \
  --url https://api.camelai.com/api/v1/ask_camel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "model": "gpt-5",
  "message": "<string>",
  "thread_id": 123,
  "source_id": 123
}'
{
  "message": "<any>"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer scheme

Body

application/json

Unified serializer for ask_camel endpoint.

Response

200 - application/json

Response serializer for ask_camel endpoint.