Bearer Token
All API endpoints require authentication via Bearer token in the Authorization header.Example Request
cURL
Python
JavaScript
Error Responses
| Error | Description |
|---|---|
Missing Authorization header | No Authorization header provided |
Invalid Authorization header format | Header doesn’t use “Bearer ” scheme |
Unauthorized | Invalid API key |