POST
/
api
/
v1
/
bot
/
{id}
/
chat
curl --request POST \
  --url https://app.aptlystar.ai/api/v1/bot/{id}/chat \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: */*' \
  --data '{
  "message": "<string>",
  "history": [
    "<any>"
  ],
  "history_id": "<string>",
  "stream": true
}'

Headers

Authorization
string
required

Path Parameters

id
string
required

Body

*/*