API Reference
The Callem Studio Public API provides programmatic access to your call data and knowledge base content. Use it to integrate Callem Studio with your CRM, data warehouse, or any external system.Base URL
Available Resources
Response Format
All responses are returned as JSON. List endpoints include pagination metadata:Error Handling
The API uses standard HTTP status codes:
Error responses include a message:
Rate Limiting
The API is rate-limited to 120 requests per minute per IP address. If you exceed this limit, you’ll receive a429 Too Many Requests response.
Data Scoping
Each API key is bound to a single project. All API calls are automatically scoped to that project’s data — you cannot access data from other projects.The Public API is read-only for calls (list, get, delete) and read-write for knowledge (list, get, create, delete). Agent configuration, campaigns, and other management operations are only available through the dashboard.