Doctly · Rate Limits

Doctly Ai Rate Limits

The Doctly API returns HTTP 429 when an account exceeds its request rate, and enforces a hard 100MB per-file upload limit (HTTP 413). List endpoints cap page size at 100 records. Specific per-account requests-per-minute / per-day throttling thresholds are not published and are not reconciled in this artifact; throughput is also effectively bounded by available credits.

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

It captures 4 rate-limit definitions, measuring requests, bytes, records, and credits.

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

Tagged areas include AI, Document Parsing, PDF, Markdown, and Data Extraction.

4 Limits Throttle: 429
AIDocument ParsingPDFMarkdownData ExtractionRate LimitingQuotasThrottling

Limits

Requests Per Minute account
requests
see provider documentation
Exceeding the rate returns HTTP 429; exact RPM not publicly documented.
Max File Size request
bytes
104857600
100MB hard cap per uploaded document; exceeding returns HTTP 413.
List Page Size request
records
100
Maximum limit query value for GET /documents (default 100).
Credit Balance account
credits
per account credit balance
Processing throughput is bounded by remaining purchased/free credits.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on HTTP 429 responses.
Async Processing
Documents process asynchronously; poll GET /documents/{id} at a reasonable interval (SDK default ~5s) or use a callback_url webhook rather than tight polling loops.

Sources