Limits and quotas

Limits depend on your plan. Below are the main categories; see your account dashboard or the Bundata Pricing page for exact numbers. Exceeding a limit typically returns an error (e.g. 429 for rate limits, 413 for payload too large). Use Rate limits and Error handling for retry and backoff.

API rate limits

CategoryDescription
Requests per minuteThrottled per API key. Exceeding returns 429; use Retry-After and exponential backoff.
Concurrent requestsLimit on simultaneous extraction or search requests per account or key.

See Rate limits for details and recommended client behavior.

Page quotas

CategoryDescription
Pages processedBilling and quotas are often expressed in pages (e.g. one PDF page = one page; other file types use size-based rules).

How pages are calculated (e.g. PDF page = 1, DOCX size-based) is documented in API reference — Pricing. Check your plan for the exact page quota and billing.

Size limits

CategoryDescription
Document sizeMax file size per document for extraction (e.g. 50 MB or as specified for your plan). Larger files may return 413 or require chunked upload if supported.
Batch sizeMax number of documents or total size per batch request. Exceeding may return 413 or 400.

See API reference and your plan for exact values.

Vector Catalog

CategoryDescription
CollectionsMax collections per workspace (plan-dependent).
Index sizeMax vectors or smart bites per collection where applicable (plan-dependent).

Exceeding collection or index limits may prevent new writes or return an error; see Vector Catalog overview and your account limits.