What these examples show
InputsYouTube, podcasts, playlists, channels, feeds, and batch URL lists.
BillingPer-second transcript billing with optional modules only when requested.
OutputsTranscript, summary, structured knowledge, and batch artifacts.
API examples
Copy-paste examples for the exact flows agents and developers look for first: queue a transcript job, run batch transcription, poll status, and keep pricing explicit.
curl -X POST https://transcribetool.com/api/v1/transcript-jobs -H "x-api-key: YOUR_API_KEY" -H "content-type: application/json" -d '{
"source": { "youtube_url": "https://www.youtube.com/watch?v=MNNfat_QP0E" },
"source_app": "my_agent",
"modules": { "summary": true, "knowledge_extraction": true },
"billing": { "mode": "metered", "max_amount_usd": 2.00 }
}'InputsYouTube, podcasts, playlists, channels, feeds, and batch URL lists.
BillingPer-second transcript billing with optional modules only when requested.
OutputsTranscript, summary, structured knowledge, and batch artifacts.
Intent pagesYouTube transcription API and podcast transcription API.
Core docsAPI, pricing, and batch transcription.