Skip to main content

Stop a streaming message

POST 

/chat.stopStream

Finalize an open stream (see /chat.startStream) into a single persisted chat message and return its timestamp. Optionally include trailing text to append before finalizing.

If the app never calls stopStream but has already streamed some text, the server finalizes the buffered text into a message automatically.

Required scope: chat:send_message or chat:write


OpenAPI Spec: chat-v1.json

Request

Responses

Stream finalized and message persisted.