v1
latestOpenAPI 3.0.32026-07-1471019.9 KBAPI: Non-Streaming Messaging
Get a non-streaming answer
This is the primary endpoint for starting and continuing a conversation with the AI chatbot in a non-streaming manner.
For most non-streaming flows, use the GenerateMessageAnswerRequest body params.
However, if you had previously created a message using the /chat/message/create and have a messageId, then use the GenerateExistingMessageAnswerRequest body params.
post/chat/message
Request body
Example request
{
"source": "WEBSITE",
"senderId": "email@gmail.com"
}Response
A successful response to a generated message answer.
Example response
{
"references": [
{
"relevanceRank": 1
}
]
}