V7 · Rate Limits

V7 Labs Rate Limits

The V7 Darwin REST API at https://darwin.v7labs.com/api enforces per-team rate limits keyed to the API key making the request, plus pagination caps on list endpoints (items are paginated via page[size]/page[offset]). V7 does not publish specific numeric RPM/TPM thresholds; bulk operations (register/upload, exports) are processed asynchronously to smooth load. Specific per-endpoint limits are not reconciled in this artifact.

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

It captures 4 rate-limit definitions, measuring requests, items, and jobs.

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

Tagged areas include AI, Training Data, Data Labeling, Annotation, and Document AI.

4 Limits Throttle: 429
AITraining DataData LabelingAnnotationDocument AIComputer VisionRate LimitingQuotasThrottling

Limits

Requests Per Minute (per API key) api_key
requests
see provider documentation
Per-team/per-key request throttling; specific value not published.
List Pagination Size endpoint
items
page[size] capped per request
Item and ID list endpoints are paginated via page[size] and page[offset].
Bulk Upload / Registration team
jobs
processed asynchronously
register_upload, sign, and confirm flows handle large batches without blocking sync limits.
Exports dataset
jobs
processed asynchronously
Export (release) generation runs as a background job per dataset.

Policies

Per-Key Scoping
API keys are scoped to a team and their permissions; limits and access are evaluated per key.
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and honor Retry-After when present.
Pagination
Use page[offset]/page[size] cursors on list endpoints rather than requesting all items at once.

Sources