Limits for concurrent requests

Depending on your plan, we limit the number of PDFs you can generate at the same time (concurrent requests).

If you reach that limit and try to create another PDF, the API will respond with the error “429 Too Many Requests”.

We generally recommend using a job queue with automatic retries when interacting with the EuroPDF API. That way, you don’t need to worry about this limit (as long as your average workload is below the limit).