API Keys
All API requests require authentication via an API key. You can create and manage API keys from your dashboard.
Using your API key
Pass your API key in the Authorization header as a Bearer token:
Alternatively, you can use the X-API-Key header:
Base URL
All API endpoints are available at:
Keep your API keys secure. Do not share them in publicly accessible areas such as GitHub, client-side code, or public repositories.
Rate Limits
API requests are rate limited per API key. If you exceed the rate limit, you’ll receive a 429 Too Many Requests response.
Errors
The API uses standard HTTP status codes: