The Cludo API supports two authentication schemes. Which one to use depends on where the request is made and which endpoint you call.
Unless an endpoint says otherwise, use Basic authentication. SiteKey is only intended for browser-facing search integrations.
Basic (API Key) aauthentication
Used for API requests from a trusted backend, scripts, and integrations. Use Basic authentication for index management, crawler URL queues, search tools, and any endpoint where you can keep the API key private.
Building the token
Where to find your credentials
Log in to MyCludo and navigate to Account Settings to find your Customer ID and API key.
SiteKey aauthentication
Used for public website search widgets and other client-side search integrations. SiteKey authentication exists so browser code can call search-related endpoints without exposing your API key.
Building the token
A SiteKey is tied to one specific engine. You cannot use a SiteKey from one engine to authenticate requests to another engine.
Try it: build your token
Use the tool below to generate your SiteKey or Basic authorization header and a ready-to-run cURL command. Switch between SiteKey and Basic to see the correct prefix for each scheme.