Camella · API de desarrollador
API de desarrollador v1
REST autenticado en /api/v1 para búsqueda agentic, lookup de entidades e historial financiero. Cada endpoint requiere clave Bearer (auth: true). Los ejemplos usan placeholders — regístrate para crear claves y usar la consola interactiva.
Autenticación requerida
auth: true
Clave API Bearer
Todos los ejemplos usan el placeholder cam_live_YOUR_KEY. Crea una clave real en la consola tras pasar a Enterprise.
Endpoints v1
GET
/api/v1/searchauth: true
Búsqueda agentic multi-paíscurl -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 de una entidad legalcurl -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
Historial financiero (requiere Pro+)Requiere API key de Enterprise
curl -sS -H 'Authorization: Bearer cam_live_YOUR_KEY' \
'https://www.camella.app/api/v1/entities/ec/1790012345001/financials'Límites de tasa (solo Enterprise)
Solo Enterprise con suscripción activa puede llamar /api/v1. FREE, Pro y Pro+ reciben 403.
| Plan | / month | / min |
|---|---|---|
| FREE / PRO / PRO+ | — | 403 |
| ENTERPRISE | ∞ | 300 |
Errores
- 401Clave ausente, inválida o revocada
- 403No Enterprise, suscripción inactiva o redacción de campos
- 429Límite por minuto o cuota mensual
- 404Entidad no encontrada
OpenAPI 3.1API pública teaser (sin auth)Cobertura de datos por paísMatriz completa de planes y usoServidor MCP — próximamente
Próximamente v1.1
@camella/sdk, camella CLI, and @camella/mcp — thin clients over this same API.