The TranscribeTube API lets you transcribe YouTube videos programmatically. Submit a video, get aDocumentation Index
Fetch the complete documentation index at: https://docs.transcribetube.com/llms.txt
Use this file to discover all available pages before exploring further.
projectId, and either receive a webhook callback or poll for the result.
Prerequisite
The API is available on any paid plan. See current plans and pricing at app.transcribetube.com/subscription. Once you’ve subscribed, follow Get your API key to start testing.Endpoints at a glance
| Method | Path | Purpose |
|---|---|---|
POST | /api/transcribeVideo | Submit a YouTube video for transcription |
GET | /api/list | List your projects (paginated) |
GET | /api/detail/{id} | Get a project’s status and transcription |
https://api.transcribetube.com. All requests require an api-key header — see Authentication.

