Zuva · Rate Limits

Zuva Rate Limits

The Zuva DocAI API meters usage per account and per API token. The free developer tier is capped at a daily allowance (25 files, 25 extractions, and 25 classifications per day). Field extraction and file requests are bounded per request (up to 100 file IDs and 100 field IDs per extraction request). Specific per-account requests-per-minute throttling values are not published and are not reconciled in this artifact.

Zuva Rate Limits is the machine-readable rate-limit profile for Zuva on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 6 rate-limit definitions, measuring files, extractions, classifications, file_ids, and field_ids.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI, Document AI, Contract Analysis, Field Extraction, and Classification.

6 Limits Throttle: 429
AIDocument AIContract AnalysisField ExtractionClassificationOCRRate LimitingQuotasThrottling

Limits

Free Tier Files Per Day account
files
25
Free developer tier daily file upload allowance.
Free Tier Extractions Per Day account
extractions
25
Free developer tier daily field extraction allowance.
Free Tier Classifications Per Day account
classifications
25
Free developer tier daily classification allowance.
File IDs Per Extraction Request request
file_ids
100
Maximum file IDs included in a single extraction request.
Field IDs Per Extraction Request request
field_ids
100
Maximum field IDs included in a single extraction request.
Requests Per Minute (RPM) account
requests
see provider documentation
Per-account throttling thresholds are not publicly documented.

Policies

Tiered Limits
Daily allowances on the free tier; higher limits available on pay-as-you-go and enterprise plans.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on HTTP 429.
Asynchronous Processing
OCR, extraction, and classification are asynchronous; submit a request, then poll the request status until complete.

Sources