API rate limits — what is the current cap?

Building an integration and want to make sure I stay within limits. Currently doing about 50-60 API calls per minute during peak processing.

Questions:

  1. What are the current rate limits per plan?
  2. Is there a rate limit header in responses?
  3. Any difference in limits between upload and results endpoints?
  4. Is there a bulk/batch endpoint?
4 Likes

I’ve been hitting the API pretty hard for a batch processing project and haven’t seen explicit rate limit headers. Anecdotally, I’ve done up to 100 calls/min on the pro plan without issues. But I’d still build exponential backoff — better safe than sorry.

3 Likes