Skip to main content
This guide walks you through making your first search API call using the v4 API.
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:

Step 2: Get your credentials

Log in to MyCludo API settings and find the following values:

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.
Keep Basic API keys private. Use the Basic examples from a trusted backend, script, or local test. For browser code, use SiteKey authentication instead.

Step 5: Understand the response

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.