AI Chat
Get AI-powered conversational answers grounded in your search index.
Documentation Index
Fetch the complete documentation index at: https://cludo.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Standard
- Streaming
Multi-turn Conversations
Pass theconversationId from a previous response to continue the conversation. For independent questions, omit conversationId to start fresh.
Authorizations
SiteKey authentication. Pass the full value including the SiteKey prefix: SiteKey <base64(customerId:engineId:searchKey)>. Example: SiteKey dGVzdDoxMjM0NTY3Ojk4NzY1.
Path Parameters
Your Cludo account ID.
Search engine ID.
Body
End-user question in natural language. Grounding content is retrieved from your indexed pages.
Reuse the same id from a previous AI Chat response to continue a thread; omit or use a new id to start fresh (streaming responses expose ids in headers too).
ISO-639-1 or simple locale code for answer language (e.g. en, da).
comprehensive for longer explanations; concise for short answers.
comprehensive, concise Extra system-style instructions (tone, disclaimers, formatting). Use sparingly; overrides can affect safety and quality.
For non-streaming AI Chat, when true, the JSON response includes citations with title, url, and snippet for each source used. For streaming AI Chat, citations are included inline in the streamed text by default and this flag does not change the streamed output. Server default: False.
Response
Successful AI Chat response.

