Cvat Rate Limits
Self-hosted CVAT does not impose vendor rate limits; throughput is bounded by the operator's own deployment, worker pool, and any reverse-proxy throttling the operator configures. CVAT Online (app.cvat.ai) enforces plan-based quotas rather than classic per-minute request limits - caps on projects, tasks, internal storage, cloud connections, and monthly AI (auto-annotation) calls - and may apply request throttling and abuse protection at the edge. Heavy operations (data upload, annotation import/export, dataset export) run as asynchronous background jobs that are polled via the requests endpoint rather than blocking the caller.
Cvat Rate Limits is the machine-readable rate-limit profile for CVAT on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, measuring projects, tasks, storage_gb, cloud_connections, and ai_calls.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Computer Vision, Data Annotation, Labeling, Datasets, and Open Source.