Skip to main content
POST
/
bot
/
{id}
API to send message to bot
curl --request POST \
  --url https://app.aptlystar.ai/bot/{id} \
  --header 'Content-Type: */*' \
  --data '
{
  "message": "<string>",
  "history": "<array>"
}
'
This response has no body data.

Path Parameters

id
string
required

Body

*/*
message
string
required
history
array

Response

200 - undefined