v1

latestOpenAPI 3.0.32026-07-1471019.9 KB
API: Streaming Messaging

Get a streaming answer

This is streaming version of the endpoint for generating an answer to a message. Returns only a stream of text, so you need to provide the messageId created earlier in the /chat/message/create step.

post/chat/message/stream

Request body

messageIdstring uuid required

ID of the message record for which the answer should be generated. In streaming flow, it is required to create the message record in advance, since streaming returns only the answer text.

Response

Response containing a stream of text.