Camella · Developer API
Developer API v1
Authenticated REST at /api/v1 for agentic search, entity lookup, and financial history. Every endpoint requires a Bearer API key (auth: true). Examples below use placeholders only — sign up to create keys and use the interactive console.
Authentication required
auth: true
Bearer API key
All examples use the placeholder cam_live_YOUR_KEY. Create a real key in the developer console after upgrading to Enterprise.
v1 endpoints
GET
/api/v1/searchauth: true
Agentic multi-country company searchcurl -sS -H 'Authorization: Bearer cam_live_YOUR_KEY' \
'https://www.camella.app/api/v1/search?q=Pichincha&country=EC&limit=8'GET
/api/v1/entities/{country}/{identifier}auth: true
Lookup one legal entitycurl -sS -H 'Authorization: Bearer cam_live_YOUR_KEY' \
'https://www.camella.app/api/v1/entities/ec/1790012345001'GET
/api/v1/entities/{country}/{identifier}/financialsauth: true
Financial history (Pro+ required)Enterprise API key required
curl -sS -H 'Authorization: Bearer cam_live_YOUR_KEY' \
'https://www.camella.app/api/v1/entities/ec/1790012345001/financials'Rate limits (Enterprise only)
Only Enterprise with an active subscription can call /api/v1. FREE, Pro, and Pro+ receive 403.
| Tier | / month | / min |
|---|---|---|
| FREE / PRO / PRO+ | — | 403 |
| ENTERPRISE | ∞ | 300 |
Errors
- 401Missing / invalid / revoked API key
- 403Not Enterprise, inactive subscription, or field redaction
- 429Rate limit or monthly quota
- 404Entity not found
OpenAPI 3.1Public teaser API (no auth)Data coverage by countryFull plan & usage matrixMCP server — coming soon
Coming in v1.1
@camella/sdk, camella CLI, and @camella/mcp — thin clients over this same API.