Chat with Knowledge Base
Knowledge Bases
Chat with Knowledge Base
Performs a conversational query against knowledge bases with context.
POST
Chat with Knowledge Base
Query a knowledge base using natural language and receive contextual responses. This endpoint supports both direct queries and conversational context through message history.
Docs for agents: llms.txt
Headers
Your API key for authentication.
Must be
application/json.Body Parameters
The ID of the knowledge base to query against.
Response
Chat response with contextual information.
The AI-generated response based on the knowledge base content.
Additional context information used to generate the response.
Will be
null on successful query.Docs for agents: llms.txt