DocumentationAgents and APIDeveloper APIData coverage by country

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.

Get API accessLog in

v1 endpoints

GET
/api/v1/search
auth: true
Agentic multi-country company search
curl -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 entity
curl -sS -H 'Authorization: Bearer cam_live_YOUR_KEY' \
  'https://www.camella.app/api/v1/entities/ec/1790012345001'
GET
/api/v1/entities/{country}/{identifier}/financials
auth: 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

  • 401
    Missing / invalid / revoked API key
  • 403
    Not Enterprise, inactive subscription, or field redaction
  • 429
    Rate limit or monthly quota
  • 404
    Entity 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.

Public teaser API for agents · Data coverage by country · Sign up for API keys