Help centre

Using the API

Fetching many videos at once

The batch endpoint, its limits, and how partial failures are billed.

POST /api/v1/transcripts/batch takes up to 50 videos in one call.

Mixed sources are fine

A batch can contain URLs from different platforms. A TikTok link and a YouTube link can travel together; each is resolved independently.

Billing

You are charged per successful transcript, not per batch. If 40 of 50 succeed you pay 40 credits, and the 10 failures cost nothing.

Sizing

Sending more than 50 returns invalid_request. Split larger jobs client-side and mind the rate limit, which applies to requests rather than to videos.

Batching is included on every plan, including the free tier. Pricing and limits are on the plans page.

More in Using the API

Still stuck?

Open the chat launcher, bottom right, and include your request_id if you have one. Or email [email protected].

Fetching many videos at once · TranscriptFetch Help