Base URL
Authentication
All endpoints require a Bearer token in theAuthorization header.
Request format
All request bodies use JSON. Set theContent-Type header:
Rate limits
All API keys are subject to rate limits. Current defaults:| Plan | Requests per minute | Concurrent runs |
|---|---|---|
| Free | 10 | 2 |
| Pro | 60 | 10 |
| Enterprise | Custom | Custom |
429 Too Many Requests. Wait and retry with exponential backoff.
Error responses
| HTTP status | Description |
|---|---|
401 | Invalid or missing API key |
422 | Request validation failed — check the request body |
429 | Rate limit exceeded — wait and retry |
503 | Authentication service temporarily unavailable |