Send Message Stream
POST /api/v1/ai/chat/stream
POST
/api/v1/ai/chat/stream
Send a message with streaming response (SSE).
Returns Server-Sent Events with incremental response chunks.
Event types:
- content: Text chunk from LLM
- done: Final completion with stats
- error: Error occurred
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Header Parameters
Seção intitulada “Header Parameters ”Request Body required
Seção intitulada “Request Body required ”Responses
Seção intitulada “ Responses ”Successful Response
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string