Q: what are the rate limits your api documentation is very vagure on this point?
3218107f5f344227b00e2e243a3dc724PLUSNov 5, 2024
Founder Team

PDF_API_IO
Edited Nov 6, 2024A: The rate limit for the API is 60 requests per minute. When you reach this limit, you will receive a "429 Too Many Requests" error. You can monitor your rate limit usage through the response headers:
- X-RateLimit-Limit: Shows the maximum number of requests allowed per minute (60)
- X-RateLimit-Remaining: Shows how many requests you have left in the current minute
Share
Helpful?
Log in to join the conversation