# API Base URL

```
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.
