Quick answer: TikTok doesn't offer direct caption file downloads. To get TikTok captions, download the video and run it through OpenAI Whisper (free) to generate a transcript or SRT caption file. For your own TikTok videos, use CapCut to export captions.
Method 1: Download TikTok Video + Whisper (Any Video)
Step 1 — Download the TikTok video
1. Copy the TikTok video URL from the app (Share → Copy Link)
2. Paste into the downloader website
3. Download the MP4 file (without watermark)
Step 2 — Generate captions with Whisper
`
pip install openai-whisper
`
Get plain text transcript:
`
whisper tiktok.mp4 --model small --output_format txt
`
Get SRT caption file with timestamps:
`
whisper tiktok.mp4 --model small --output_format srt
`
For a 60-second TikTok, Whisper runs in about 15 seconds. The output files are saved in the same folder as the video.
Cost: Free. Works offline. Supports 99 languages.
Method 2: CapCut (For Your Own TikToks)
CapCut (TikTok's sister editing app) generates captions from your videos and lets you export them:
1. Import your TikTok video into CapCut
2. Tap Text → Auto Captions
3. CapCut generates captions automatically
4. Review and edit any errors
5. To export: Share → Export SRT (available on desktop version)
CapCut desktop offers more export options including SRT file export.
Method 3: TikTok's Built-In Captions (Creator View)
If you created the TikTok video, you can view and edit auto-generated captions in TikTok Studio:
1. Go to TikTok Studio
2. Find your video → Edit
3. Click Captions to view the auto-generated caption text
4. You can manually copy the caption text from the editor
Limitation: TikTok Studio doesn't offer a direct "download caption file" button — you'd need to copy and paste the text manually.
Method 4: Descript (Best for Repurposing)
If you want to transcribe TikTok content and repurpose it:
1. Download the TikTok video (Step 1 above)
2. Upload to Descript (free: 1 hour/month)
3. Descript auto-transcribes on import
4. Export caption text as .txt, .docx, or .srt
Descript also lets you edit the video by editing the transcript.
What to Do With TikTok Captions
- Re-upload with captions to Instagram Reels — burn captions into the video using CapCut
- Create a blog post — paste the transcript text into ChatGPT to expand it into an article
- Cross-post to YouTube — upload the video to YouTube and add the .SRT file as a caption track
- Translate for international audiences — paste the transcript into DeepL to create a translated caption file
- Accessibility — ensure your content is accessible to deaf and hard-of-hearing audiences
TikTok vs YouTube Caption Download
| TikTok | YouTube | |
|---|---|---|
| **Built-in caption download** | ❌ | ✅ (YouTube Studio) |
| **Third-party caption download** | Via Whisper | VidText AI, yt-dlp |
| **Ease of getting captions** | Harder (need download first) | Very easy |
| **Auto-caption quality** | Good (via CapCut) | Good (YouTube AI) |
For YouTube videos, VidText AI gives you captions in under 10 seconds — no download needed. TikTok requires more steps since there's no direct API access to captions.