Platform
Base Url
- The API base url is
https://api.subworkflow.ai. - All endpoints are prefixed with
v1. - All endpoints are authenticated endpoints.
Access and Permissions
- API keys have equal access to all operations of the API.
- Currently, there is no ability to set permissions on API keys. eg. readonly keys.
Rate Limits
There are currently 2 types of rate limiters for the API.
- IP rate limiters for authenticated/unauthenticated requests.
- Workspace API key rate limiters which are metered according to your subscription plan.
| plan | reads | writes |
|---|---|---|
| Starter | 300/minute | 60/minute |
| Standard | 600/minute | 120/minute |
| Starter | 600/minute | 120/minute |