Rate Limit Tiers
Rate Limit Headers
Every response includes rate limit information:Rate Limit Exceeded
When you exceed the rate limit, you’ll receive:Best Practices
Cache responses when possible
Use pagination to reduce request count
Implement exponential backoff on 429 errors
Monitor your usage via the
/builder/usage endpointExponential Backoff Example
Endpoint-Specific Limits
Public Endpoints (No Auth)
Builder Endpoints (API Key Required)
Rate limits are configurable by administrators and may change. Always check the response headers for current limits.
