API Reference
Carbon API Reference
Welcome to the Carbon API reference documentation. Our API follows REST principles and uses JSON for request and response bodies.
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization
header:
Base URL
Rate Limiting
The API is rate limited to:
- 1000 requests per minute for standard accounts
- 5000 requests per minute for enterprise accounts
Common Response Codes
200 OK
: Request successful201 Created
: Resource created400 Bad Request
: Invalid request401 Unauthorized
: Invalid or missing API key403 Forbidden
: Valid API key but insufficient permissions404 Not Found
: Resource not found429 Too Many Requests
: Rate limit exceeded500 Internal Server Error
: Server error