Get transcript from any supported video URL
API Reference
Get transcript from any supported video URL
Supports YouTube, TikTok, Instagram, X (Twitter), Facebook. Mode ‘native’ fetches existing captions, ‘auto’ tries native then falls back to AI generation, ‘generate’ always uses whisper.cpp.
GET
Get transcript from any supported video URL
Authorizations
API key as Bearer token (e.g. Bearer mp_abc123_secret)
Query Parameters
Video URL
Language code
Return plain text instead of chunks
Max chars per chunk (50-10000)
Required range:
50 <= x <= 10000Transcript retrieval mode
Available options:
native, auto, generate