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

Path Parameters

id
string
required

Body

*/*