IntegrationsRESTful API
Chatbot API
POST
/query
Query chatbot
Send a message to the chatbot to get a response.
Request Body
question
Requiredstring
Question to ask the chatbot.
Example:"Can you summarize this doc?"
chatbotId
Requiredstring
Identifier for a chatbot.
Example:"3be6453c-03eb-4357-ae5a-984a0e574a54"
Format: "uuid"
key
Requiredstring
API key for the chatbot.
Example:"811f9ad2-307c-46b0-9842-af000ea2e0a0"
Format: "string"
Status code | Description |
---|---|
200 | Success |
401 | Bad request |
500 | Internal server error |
A successful response will return the answer from the chatbot.