Polish YouTube Transcript
polish_transcriptGet a cleaned-up transcript of a YouTube video's auto-generated captions: punctuation and capitalisation restored, filler and false starts removed, paragraphs added, misheard names fixed, faithful to what was said. Use when raw captions are too messy to read or quote; for a plain transcript use get_transcript. Read-only; requires an API key. Each call charges credits by transcript length (about 3 per 1,000 words, minimum 5), including repeat calls, so keep the result in context. Human-uploaded captions (already clean) and transcripts over ~7,000 words return an error without charging. Rate limit: 5 requests per 10 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | YouTube video ID (e.g. dQw4w9WgXcQ) or full video URL (youtube.com/watch?v=... or youtu.be/... forms) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Video title | |
| videoId | Yes | YouTube video ID | |
| transcript | Yes | Cleaned transcript as timestamped markdown | |
| creditsUsed | Yes | Credits charged for this call (scales by length) | |
| creditsRemaining | Yes | Account balance after this call |