Stream Chat
Chat
Stream Chat
Send a question and receive a streaming SSE response
POST
Stream Chat
Authorizations
API key or JWT token
Body
Response
Server-Sent Events stream
SSE stream with JSON data payloads. Event types:
{"type":"metadata","id":"...","created_at":"...","model":"...","chat_id":"...","is_continuation":bool}{"type":"text","text":"..."}{"type":"asset","asset":{...}}{"type":"done","status":"completed|failed","error":"..."}