Chat
ai
Chat
Streaming AI assistant chat endpoint (Server-Sent Events).
Each SSE frame is data: <JSON>\n\n where the JSON carries
{type: "chunk"|"done"|"error", content?: str, provider?: str, model?: str}.
If the client passes stream: false the full response is returned as a
plain JSON object instead.
POST
Chat
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response