Docs/API Reference/Rate Limits

    Rate Limits

    Understanding API rate limits and best practices.

    Rate Limits by Plan

    PlanRequests/minuteRequests/day
    Free601,000
    Pro30010,000
    EnterpriseCustomCustom

    Rate Limit Headers

    Check response headers for rate limit info:

    http
    X-RateLimit-Limit: 300
    X-RateLimit-Remaining: 299
    X-RateLimit-Reset: 1609459200

    Best Practices

    - Cache responses when possible - Use webhooks instead of polling - Implement exponential backoff for retries - Batch requests when the API supports it

    Was this page helpful?