YouTube Transcript to Markdown
## YouTube Transcript to Markdown API Extract the full transcript of any YouTube video and receive it formatted as structured GitHub Flavored Markdown — ready to feed directly into LLMs, RAG pipelines, or your own apps. ### What you get Each response includes: - **Title** and **channel name** extracted from the video - **Structured Markdown** with `## [MM:SS]` timestamp headings every 60 seconds…
YouTube Transcript to Markdown endpoints
| Method | Endpoint | Description |
|---|---|---|
| transcript | ||
| GET |
getTranscriptGet /transcript |
Fetches a YouTube transcript via query parameter. Useful for quick testing or simple integrations that don't need a request body. |
| POST |
getTranscriptPost /transcript |
Fetches the transcript of a YouTube video and returns it as structured Markdown. Each section is headed by a `## [MM:SS]` timestamp. Supports youtube.com/watch, youtu.be,… |
YouTube Transcript to Markdown pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA | $29 / month | — |
|
| MEGA | $79 / month | — |
|