TubeTranscriptKit
Extract transcripts from any public YouTube video in seconds. Unlike other transcript APIs, this one returns data in 7 formats: - json — structured output with timestamps for each segment - text — clean, ready-to-use transcript - srt — subtitle file format for video editors - vtt — WebVTT format for web-based video players - json&text — timestamps + plain text in one request - json&details —…
TubeTranscriptKit endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/transcript /transcript |
Fetches YouTube transcript. Requires authentication. Query parameters: - url (required): YouTube video URL - lang (optional): language code (e.g. en) - format (optional): json,… |
| GET |
/languages /languages |
Returns all available transcript languages for a given YouTube video. Use this before /transcript to check which languages are available. |
| GET |
/details /details |
Returns metadata for a YouTube video — title, description, channel name, upload date, duration, view count, and thumbnail URL. Useful when you need video context alongside a… |
TubeTranscriptKit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 3 / minute |
|
| PRO Recommended | $5 / month | 30 / minute |
|