| Plan | Sync Rate Limit |
|---|---|
| Starter | 60 requests per minute |
| Business | 240 requests per minute |
| Scale | 360 requests per minute |
/batch endpoints) have a rate limit of 50 requests per minute for both plans. Since each batch request can contain up to 20 items, this still allows generating up to 1.000 PDFs per minute.
After that, you’ll hit the rate limit and receive a 429 response error code.
To prevent this, we recommend reducing the rate at which you request the API. This can be done by introducing a queue mechanism or reducing the number of concurrent requests per second. If you have specific requirements, contact support to request a rate increase.