Skip to main content
People search, enrichment, and outreach. Get started with the clodo API
API Essentials

API Base URL

The base URL, endpoint paths, and conventions for the clodo API.

https://api-public.clodo.ai/api/public/v1/

Full URLs:

Endpoint URL
Email enrichment https://api-public.clodo.ai/api/public/v1/enrich/email/
People Search https://api-public.clodo.ai/api/public/v1/search/
Deep Search https://api-public.clodo.ai/api/public/v1/deep-search/
Agentic Search https://api-public.clodo.ai/api/public/v1/agentic-search/
Phone enrichment https://api-public.clodo.ai/api/public/v1/enrich/phone/
Professional URL https://api-public.clodo.ai/api/public/v1/enrich/professional-url/
Professional profile https://api-public.clodo.ai/api/public/v1/enrich/professional-profile/
Outreach Emails https://api-public.clodo.ai/api/public/v1/emails/
Sequences https://api-public.clodo.ai/api/public/v1/sequences/
Sending Accounts https://api-public.clodo.ai/api/public/v1/email/accounts/

#Trailing slashes

Always send the trailing slash. Endpoint paths are registered at the edge with a trailing slash (/enrich/email/, not /enrich/email).

#TLS

HTTPS only. Plain HTTP is rejected at the edge.

#Versioning

Version lives in the path: /api/public/v1/. Breaking changes ship as /v2/. /v1/ runs for at least 12 months after /v2/ ships, with Sunset response headers starting 6 months out.

clodo Docs