API rate limits — what are the actual numbers?

The docs mention rate limiting but I can’t find specific numbers. We’re building an automated pipeline that processes documents in batches and I need to know:

  1. Requests per minute limit?
  2. Is it per API key or per endpoint?
  3. Does the rate limit apply to polling status endpoints too?

We’re on the Business plan if that matters.

1 Like

Hey Dev — great question. On Business plan:

  • 60 requests/min for document submission
  • 120 requests/min for status polling
  • Limits are per API key

If you need higher throughput for batch processing, reach out to us directly and we can discuss enterprise limits. We’re also working on a batch endpoint that’ll be more efficient for high-volume use cases.

1 Like

Perfect, thanks Andres! 60/min is plenty for our current volume. Good to know about the batch endpoint — we’ll definitely want that as we scale.

1 Like