POST
/
api
/
v1
/
recommendations
curl --request POST \
--url https://api.camelai.com/api/v1/recommendations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"source_ids": [
1,
2
]
}'
{
"source_ids": [
1,
2
]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Serializer for chat recommendations request.

Response

200
application/json

Serializer for chat recommendations response.