agentbody/tiktok-transcript
Extract existing captions from a TikTok video. Returns full text and timed segments with language detection.
Input
Idle
Example output — click Run to generate your own
API README
TikTok Transcript
Extract existing captions from any TikTok video URL.
Highlights
- Returns full text and timed segments with start/end timestamps
- Supports language selection
- Reads existing captions only — does not perform audio transcription
- Reports unavailable captions rather than fabricating text
Pricing
| Component | Price |
|---|---|
| Per request | $0.005 |
When to Use
| ✅ Good fit | ❌ Consider alternatives |
|---|---|
| Extracting existing TikTok captions | Audio transcription (use tiktok-transcribe) |
| Building video content indexes | Videos without caption tracks |
| Caption-based content analysis | Non-TikTok platforms |
Technical Specs
| Spec | Value |
|---|---|
| Method | GET |
| Endpoint | /v1/tiktok/transcript |
| Input | TikTok video URL + optional language |
| Output | Full text, timed segments, language, caption type |
| Execution | Sync |

