Rate Limits
API rate limits by plan tier (Free, Pro, Enterprise) with daily extraction limits, burst rates, max file sizes, and rate limit response headers.
API rate limits depend on your plan tier. Limits are applied per API key on a rolling daily window (UTC midnight reset).
Rate limits by plan:
Every API response includes rate limit headers:
Rate limit headers example
When you receive a
429 response, wait until the X-RateLimit-Reset timestamp before retrying. Implement exponential backoff for the best experience.