Base URL
Conventions
- Requests and responses use JSON (
Content-Type: application/json). - Authenticate with a workspace API key — see Authentication.
- Times are Unix milliseconds.
- Successful submissions return
202 Acceptedwhile processing happens asynchronously.
Error shape
Errors are returned as JSON with a singleerror field and an appropriate HTTP status code.
| Status | Meaning |
|---|---|
400 | The request body was invalid (missing content, wrong field type, etc.) |
401 | The API key is missing, malformed, or revoked. |
402 | The workspace does not have an active plan. |
405 | Wrong HTTP method for the endpoint. |