Get transcript
get_transcriptDownload a public video (YouTube, Twitch VOD, Kick VOD, TikTok) and return its full transcript with timestamps (Whisper large-v3). Asynchronous: if it returns status 'processing', call again with the same url. Results are cached 24 h per url. With a license key it costs one pack minute per started minute of video (minute packs at https://clipcliper.com/mcp; desktop hour packs cost one hour per started hour); without a key, videos up to 15 min (daily limit per IP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public video URL: YouTube video/short/live replay, Twitch VOD, Kick VOD or TikTok video. | |
| format | No | 'timestamped' (default, one line per segment: [m:ss] text), 'text' (plain), 'srt' (subtitles) or 'segments' (JSON array of {start,end,text}). | |
| language | No | Spoken language of the video as ISO-639-1 (e.g. 'en', 'es'). Omit to auto-detect. | |
| max_chars | No | Truncate the transcript to this many characters (default 150000). A 1 h talk is ~50000 chars. | |
| wait_seconds | No | Seconds to wait for processing before returning status 'processing' (default 90). Long videos can take several minutes: just call again. |