Guides
Request builder
Pick an endpoint, fill in the fields, and run it live against your account — then copy the generated cURL, Node, or Python snippet straight into your own code.
Request builder
LivePick an endpoint, fill the fields, and copy a ready-to-run request.
POST
/api/v1/transcripts/videoFetch a single video's transcript
A video URL or 11-character video ID. Full YouTube URLs (watch, youtu.be, /shorts/) are normalized automatically.
curl https://transcriptfetch.com/api/v1/transcripts/video \
-H "Authorization: Bearer tf_live_…" \
-H "Content-Type: application/json" \
-d '{"video":"dQw4w9WgXcQ"}'Run it against your account

