Base URL
Authentication
All API requests require a Bearer token:Request Format
Send JSON in the request body withContent-Type: application/json.
Response Format
Successful responses return JSON:Status Codes
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Invalid request body |
401 | Missing or invalid API key |
403 | Permission denied |
404 | Resource not found |
429 | Rate limit or plan limit exceeded |
500 | Server error |