POST
/
api
/
aibot
/
reply
curl --request POST \
  --url https://app.livechatai.com/api/aibot/reply \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "question": "what.....?",
  "chatbotId": "c****************1cx4",
  "chatId": "l****************8fv1",
  "streaming": false
}'

Authorizations

Authorization
string
header
required

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

Body

application/json

Message details for the chatbot

The body is of type object.

Response

200

Message sent and response received successfully