Endpoints
Send Message
Use this endpoint to send queries or prompts to your trained chatbot and receive immediate, accurate responses.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The bot id associated with the trained chatbot model.
Body
application/json
The message to send to your chatbot.
The chat session id to keep track of a unique conversation. If not provided, it will default to generate a new one each time.
Whether to enable streaming response. Defaults to false.
Response
200 - application/json
The chat session id to keep track of a unique conversation.
The reply message from your chatbot.
document links related to the message.
The unique identifier for the message.
URLs related to the message.