Skip to content

Docs

Rate limits & credits

Only HTTP 200 responses deduct credits. Rate limits reset every 60 seconds; responses carry the full window state.

Plans

PlanPriceMonthly creditsRate limit
Free$010060 req/min
Pro$17/mo3,000600 req/min
Max$49/mo30,0002,000 req/min

Credits per endpoint

EndpointCredits
GET /v1/transcripts/{id}1
GET /v1/transcripts/{id}/languages0
GET /v1/videos/{id}1
GET /v1/search1 / page
GET /v1/channels/{id}0
GET /v1/channels/{id}/latest0
POST /v1/transcripts/batch1 per successful item (≤50)
Any failed request (non-200)0

Response headers

x-ratelimit-limit, x-ratelimit-remaining (current window) and retry-after on 429. x-request-id identifies the call in your dashboard log; x-cache reports the cache layer (HIT / L2 / STALE / MISS).