POST
/
message

Authorizations

Authorization
string
headerrequired

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Body

application/json
chatbot_id
string

Unique identifier of the Chatbot recieving the Message

end_user_id
string

Unique identifier of the EndUser sending the Message

content
string

Text content of the Message

Response

200 - application/json
thread
object
messages
object[]

Array of Messages in response to prompted Message

in_response_to
object