Chat streamed
POST/query/v1/projects/:project_id/chat/stream/
Chat with your kapa.ai instance. This endpoint returns a streamed response. Calling this endpoint creates a new Thread
object in the database and returns the answer to the user's query. A Thread
object is a collection of messages in a conversation between the user and the AI model. To ask follow-up questions, use the thread_id
returned in the response and call the streamed chat in thread endpoint.
Request
Responses
- 200
Streamed response. Note: This is a streaming response, chunks will be received incrementally. Each chunk is delimited by '\u241e' (Unicode Character 'SYMBOL FOR RECORD SEPARATOR'). Clients should split the stream by this delimiter to process individual chunks.