Chat (Streamed)
You can use several endpoints to chat with your kapa.ai instances. These endpoints use streamed responses but are otherwise identical to the regular chat endpoints.
📄️ Custom chat streamed
In contrast to the standard chat API endpoints, the custom chat API grants the users full control over the prompting. The custom chat API has access to the same data sources as the regular chat endpoints. This enables users to develop applications with tailored behavior beyond the scope of standard Kapa functionality.
📄️ Chat streamed
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](#tag/Chat-(Streamed)/operation/query_v1_threads_chat_chat_stream) endpoint.
📄️ Chat in thread streamed
Query the Kapa.ai API with a question to continue the conversation in a `Thread`. This endpoint returns a streamed response.