Skip to main content
POST
Message a Chatbot (public)

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

question
string
required

The question or message to send to the chatbot

Example:

"what.....?"

chatbotId
string
required

Unique identifier of the chatbot to message

Example:

"c****************1cx4"

chatId
string

Optional: Unique identifier of an existing chat session

Example:

"l****************8fv1"

streaming
boolean

Optional: Enable streaming of the response

Example:

false

Response

Message sent and response received successfully