AI Summary
Summarize search results with AI.
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
Workflow
Step 1: Execute a search Call the Search endpoint and extract from the response:QueryId→ use as thequeryIdparameterTypedDocuments[].Fields.Id.Value→ use as theidfor each sourceTypedDocuments[].ResultIndex→ use as theresultIndexfor each source- Source
fields→ preferTitleandContentwhen those fields are available
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
Original user query string from search (for context and analytics).
Must equal QueryId from the search response that produced sources.
One entry per result row to fold into the summary (typically the checked results on the SERP). Include at least three sources and no more than five.
5[
{
"resultIndex": 1,
"id": "https://help.cludo.com/...",
"fields": ["Title", "Content"]
}
]ISO-639-1 or simple locale code for answer language (e.g. en, da).
comprehensive for longer explanations; concise for shorter summaries.
comprehensive, concise Optional extra instructions (e.g. “focus on steps”).
When true, include source URLs in the value object (summarySourceUrls).
Response
AI Summary generated successfully.

