Chatbot
Chat With Chatbot With Streaming
Ask anything to your chatbot with response streaming.
POST
/
v1
/
chatbot
/
chat-stream
Authorizations
Body
application/json
The chatbot's id.
An array of messages.
Response
201 - application/json
The partial streaming response data.
The streaming event type. Values can be 'partialResponse' | 'streamEnd' | 'error'.
Error status code. (Only defined when an error occurs while streaming)
Error message. (Only defined when an error occurs while streaming)
Source of the error. (Only defined when an error occurs while streaming)