Get an API Key
Create a clodo account and generate your API key.
#Create an account
- Open Get Started and choose API pay as you go.
- Complete signup and checkout, then open the API Console.
- Check your balance in Credits before making a paid request. See Credits & Pricing for endpoint costs.
#Get your API key
- Open API Console → API Keys.
- Click Mint new key and complete the key creation form.
- Copy the raw key immediately. Allow up to 60 seconds before first use.
Your API key is shown only once. Store it in a secret manager or server environment variable. Keep it out of browser code, public repositories, and shared screenshots. If it is lost or leaked, revoke it in the console and create a new key.
#Authenticate your requests
Pass the raw key in the x-api-key header. Do not add a Bearer prefix or place the key in the URL.
x-api-key: ck_live_<your-secret>The API base URL is https://api-public.clodo.ai/api/public/v1/. Include the trailing slash on endpoint paths.
#Make your first API call
Follow the Quickstart for a complete request, or choose an endpoint in the API Reference.
For People Search, Deep Search, and Phone Enrichment, create a webhook signing secret before making your first call. These endpoints require a public HTTPS webhook URL, even when you also use polling.