Autocomplete
Get typeahead suggestions for search inputs.
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.
Autocomplete Strategies
Autocomplete can be configured to display document titles instead of plain suggestions. This is an account-wide setting — contact Cludo support to enable it. When title-based autocomplete is enabled, suggestions are backed by real indexed documents. You can narrow results using thefilters query parameter with any indexed field:Authorizations
SiteKey authentication. Pass the full value including the SiteKey prefix: SiteKey <base64(customerId:engineId:searchKey)>. Example: SiteKey dGVzdDoxMjM0NTY3Ojk4NzY1. See the Authentication guide for details.
Path Parameters
The search engine to query. Must match the engine ID in your SiteKey.
Query Parameters
The partial text the user has typed so far.
Maximum number of suggestions to return.
JsonObject — structured JSON (recommended). JsonHtml — HTML fragments.
JsonObject, JsonHtml JSON-encoded filter object restricting autocomplete results by field value. Only applies when title-based autocomplete is enabled — has no effect in plain suggestions mode. Any indexed field can be used. Example: {"Category":["Guides"]}.
Response
Autocomplete suggestions returned successfully.
Top document hits that match the partial query, each with fields (e.g. Title, Url) and id.
Plain-text completions to show in the dropdown (may differ from results titles).
Optional grouped counts per field value (e.g. top categories matching the prefix).
Count of document hits returned or considered for this autocomplete call.
Count of string suggestions in suggestions.
Lightweight facet map for the autocomplete context (shape similar to search Facets when present).
Correlation id for analytics (optional depending on engine).

