This guide walks you through making your first search API call using the v4 API.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.
Prerequisites: You need a Cludo account with at least one engine configured. Sign in to MyCludo to get your credentials.
Step 1: Find your region
Your region is determined by your customer ID:| Customer ID | Region | Base URL |
|---|---|---|
| Below 10,000,000 | EU | https://api.cludo.com |
| 10,000,000+ | US | https://api-us1.cludo.com |
Step 2: Get your credentials
Log in to MyCludo API settings and find the following values:| Value | Where to find it |
|---|---|
| Customer ID | Dashboard → Account Settings |
| Engine ID | Dashboard → Engines → select your engine |
| API Key | MyCludo API settings |
Step 3: Build your auth token
Unless an endpoint says otherwise, use Basic (API Key) authentication for Cludo API requests:SiteKey authentication is available for public-facing search where you do not want to expose your API key. See the Authentication guide for SiteKey token format.
Try it: build your token
Use the tool below to generate a Basic or SiteKey authorization header and a ready-to-run cURL command. Basic authentication is the default choice unless you are building a public client-side search integration.Step 4: Make your first search
Step 5: Understand the response
| Field | Description |
|---|---|
typedDocuments | Array of search results with field values and highlights |
totalDocument | Total number of matching documents |
facets | Facet counts for filtering |
fixedQuery | Spell-corrected query (if applicable) |
queryId | Unique identifier for this search request |
generativeAnswerAvailable | Whether AI Chat can answer this query |
What’s next?
Search API (v4)
Complete search endpoint reference.
Analytics
Track searches and clicks.
Pushing Content
Push custom content to your search index.
Search Tools
Manage banners, rankings, quicklinks, and synonyms.

