VideoToText API

Rate limits

Per-key request limits and per-plan concurrency.

Request rate limit

Each API key is limited to 60 requests per minute (sliding window). When you exceed it, the API responds with 429 rate_limited and these headers:

HeaderMeaning
Retry-AfterSeconds to wait before retrying.
X-RateLimit-LimitThe limit per window.
X-RateLimit-RemainingRequests remaining in the window.
X-RateLimit-ResetUnix time (seconds) when the window resets.

Back off and retry after Retry-After seconds.

Concurrency limit

The number of in-flight transcriptions (pending or processing) per account is capped by your plan. Creating a job beyond the cap returns 429. Wait for jobs to finish or upgrade your plan to raise the limit.

PlanConcurrent transcriptions
Free3
Pro25

On this page