Base URL
Authentication
All endpoints require authentication via an API key in theAuthorization header:
lazy login or from the dashboard.
Response format
All responses are JSON. Successful responses return the requested data directly. Error responses follow this format:Status codes
| Code | Description |
|---|---|
200 | Success |
201 | Created |
204 | Deleted (no content) |
400 | Bad request (invalid input) |
401 | Unauthorized (missing or invalid API key) |
403 | Forbidden (insufficient permissions or plan limit) |
404 | Not found |
413 | Payload too large (max 512 KB) |
500 | Internal server error |