DocRaptor · Rate Limits

Docraptor Rate Limits

DocRaptor's primary throttle is the per-plan monthly document budget; documents above the budget are billed at the plan-specific overage rate. DocRaptor does not publish a per-second numeric API ceiling; concurrency per account is controlled via async (POST /async_docs) and Prince rendering capacity. 429 is returned on excess.

3 Limits Throttle: 429
Document GenerationPDFHTMLExcelAPIRate LimitingQuotasThrottling

Limits

Per-plan monthly documents account
documents/month
see plan
Free 5; Basic 125; Pro 325; Premium 1,250; Max 5,000; Bronze 15,000; Silver 40,000; Gold 100,000.
REST API requests api_token
requests
see DocRaptor support
Numeric per-second ceiling not publicly documented; 429 on excess.
Concurrent renders account
concurrent
contact support
Use async_docs for high-concurrency workloads.

Policies

Backoff Strategy
Honor 429; use async POST /async_docs and poll the status URL.
Test mode
Test renders are unlimited and free but watermarked.

Sources