Authentication
All requests use a project API key in the header:Base URL
Response shape
Most endpoints return adata object:
meta pagination fields.
Rate limits
Platform API requests are rate limited by project plan.| Plan | Requests per minute |
|---|---|
legacy | 100 |
free | 100 |
pro | 500 |
enterprise | 1000 |
platform | 1000 |
Workflow execution burst limit
POST /workflows/{workflow_id}/executions has an extra per-workflow burst limiter on top of the general per-minute limit.
| Plan | Requests per second per workflow |
|---|---|
legacy | 5 |
free | 5 |
pro | 15 |
enterprise | 30 |
platform | 30 |
X-Burst-RateLimit-LimitX-Burst-RateLimit-Remaining
429 Too Many Requests with Retry-After: 1.
Rate limit headers
Successful responses can include:X-RateLimit-LimitX-RateLimit-Remaining
429 Too Many Requests with:
X-RateLimit-LimitX-RateLimit-Remaining: 0Retry-After: 60
Next steps
- Use the Platform API reference sidebar to jump to customers, setup links, phone numbers, webhooks, database, and other resources.
- See the workflow execution endpoint for the burst-limited trigger route.

