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

Headers

x-api-key
string
required

Path Parameters

id
string
required

Body

*/*