Base URL
All TurboFiles API endpoints share the same base URL:Versioning
The API incorporates version numbers as endpoint prefixes (e.g.,/v1).
While we maintain flexibility in development, we prioritize backward compatibility in updates.
If a breaking change is necessary, we will introduce a new major version and support the previous version during a deprecation period to ensure a smooth migration for existing integrations.
Backwards-compatible changes include:
- Adding new API resources
- Introducing optional request parameters
- Expanding API response properties
- Reorganizing response property order
- Adding new webhook event types
Rate limiting
API usage is capped at 300 calls per minute.
X-Ratelimit-LimitX-Ratelimit-Remaining
429 Too Many Requests response.