Business APIsFor businesses › Entertainment & media
For entertainment & media businesses

Transcription API for studios, podcast networks and creators

Every episode, rough cut and interview turned into captions, show notes, clip lists and a searchable script archive — automatically, per minute, from the moment the file lands.

Try it on your own recording — freeCreate an API keyAPI reference
How a entertainment & media business uses the Whipscribe transcription APIEpisode master, rough cut,interview reelPOST /api/v1/transcribe/url ·word timestampsSRT · VTT · show notes ·chapter marks · quote listCaptions published, clips cut,archive searchableSTEP 1STEP 2STEP 3STEP 4
  1. Step 1Episode master, rough cut, interview reel
  2. Step 2POST /api/v1/transcribe/url · word timestamps
  3. Step 3SRT · VTT · show notes · chapter marks · quote list
  4. Step 4Captions published, clips cut, archive searchable

From recording to business result: one POST, one poll, every output format from the same job.

Three things a entertainment & media business actually does with it

Each priced at the published rate — $8 per 1,000 minutes — about $0.48 an audio hour — as credits that never expire.

Captions on every upload, no editor in the loop

The master lands in the studio's Drive folder. SRT and VTT come back from the same job with word-level cue timing, ready to attach to the upload. Chapters come from the transcript's topic shifts.

weekly 45-min show ≈ $1.56/monthreplaces auto-captions with no punctuation, or a captioning vendor per episode
Clip candidates ranked before anyone scrubs

A 90-minute interview is scored for self-contained statements — a claim, a number, a story opening — each with exact in and out points. The editor picks from twelve, instead of scrubbing ninety minutes.

90-min interview ≈ $0.72replaces an assistant editor's afternoon
The back catalogue as a searchable script library

Three hundred episodes nobody can search. One batch run and every one is text: find the episode where a guest said the thing, pull the quote, cite the timestamp.

300 episodes at 50 min ≈ $120, oncereplaces 'I think it was season two somewhere'

What you can rely on — and what we are not

Rights are yours to attest

Every upload carries a rights attestation. Transcribe what you own or have permission to use — the API is scoped that way on purpose.

Clips and captions from one job

txt, json, srt, vtt and docx all come from one transcription. Re-submitting per format is the most common way studios pay several times for one episode.

Private, secured cloud

Unreleased material never leaves our GPUs for a third-party model and is never used for training. Delete the source on your schedule.

The whole integration

Two calls. No SDK to learn, no model to host, no GPU to rent.

# submit — returns a job id immediately
curl -X POST https://whipscribe.com/api/v1/transcribe/url \
  -H "X-API-Key: $KEY" \
  -H "Idempotency-Key: entertainment-$RECORDING_ID" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com/recording.mp3","diarize":true,"word_timestamps":true}'
→ 202 {"job_id":"a1b2…","status":"queued"}

# poll, then collect — every format from the one job
curl "https://whipscribe.com/api/v1/jobs/$JOB" -H "X-API-Key: $KEY"
curl "https://whipscribe.com/api/v1/jobs/$JOB/result?format=docx" -H "X-API-Key: $KEY"
curl "https://whipscribe.com/api/v1/jobs/$JOB/insights" -H "X-API-Key: $KEY"  # summary · quotes · topics
Rate$0.008 / min
Per audio hour$0.48
100 hours$48
SeatsNone
CreditsNever expire

Wire it into what you already use

YouTubeGoogle DriveDropboxMake.comSlack
Generate show notes and chapters from each episodeShow notes and chapter markers are the last job before publishing and the one most often skipped.…weekly show ≈ $1.56 a monthCut short-form clips out of a webinar automaticallyThe clips worth posting are buried somewhere in a 60-minute recording and finding them by scrubbing costs more…60-min webinar ≈ $0.48Transcribe a whole back catalogue in one runThe archive is the asset, but one-at-a-time upload means it never gets done.…1,000 hours ≈ $480, once

What it replaces or sits beside

Vendors entertainment & media teams compare us with — each has a side-by-side page.

Podcastle TranscriptionBuilt-in transcription in the Podcastle podcast creation platform.compare →PodscribePodcast measurement and attribution platform — transcripts power the analytics.compare →Happyscribe Subtitle EditorFrame-accurate subtitle editor inside the Happyscribe transcription product.compare →Happy ScribeDublin-based AI + human transcription, subtitles, and dubbing platform.compare →TranscribeMeHybrid AI + human transcription with strong privacy and security positioning.compare →oTranscribeFree browser-based manual transcription tool — keyboard-shortcut transcript editor.compare →

Try it on a real recording before you build anything

Drop a file from your own business. First transcript free at any length, no card — that is how to check accuracy on your audio before writing code.

Questions entertainment & media teams ask

Can it transcribe a YouTube or podcast URL directly?

Yes — POST the URL to /api/v1/transcribe/url and we fetch it. Apple Podcasts and RSS links resolve to the episode audio automatically. Only submit content you own or have rights to.

Do the captions have proper punctuation and speaker changes?

Yes. That is the difference from platform auto-captions: punctuated sentences, and with diarize on, a label whenever the speaker changes.

How fast is an episode back?

About two minutes per hour of audio in the normal queue. Submit, poll the job id, collect — the recipes show it wired to a Drive folder so nobody has to.

What does transcription cost for a entertainment & media business?

$8 per 1,000 minutes — about $0.48 an audio hour — as credits that never expire. First transcript free at any length. There are no seats and no monthly minimum: a 3-hour recording is about $1.44, two hundred half-hour calls about $48, a thousand-hour archive about $480 once.

Is there a free tier on the API?

No. The API has no free tier — a key needs a positive balance ($50 minimum, spendable on transcription). The free part is the web app: your first transcript there is free at any length, which is how to check accuracy on your own audio before paying anything.

How do we get an API key?

Self-serve: sign in, add credit, create the key at /apis/keys. No email, no sales call. Up to 10 active keys per account; rotate and revoke yourself.

How do results come back?

Submit, store the job id, poll GET /api/v1/jobs/{id} until done, then pull txt, json, srt, vtt or docx from the same job. Self-serve keys collect by polling; signed webhooks are an Enterprise feature.

Where is our audio processed?

On GPUs we own, in a private, secured cloud. It is never forwarded to OpenAI or any third-party model, and never used for training.

How long is audio kept?

30 days on the free plan, 365 on paid, and any file can be deleted on demand from its page. Wire deletion into your own retention rule if you need it automatic.

Does it label who is speaking?

Yes, when you enable diarize at submit time. Each speaker change is labelled; map the labels to names in your own code once.

What languages does it handle?

99+ languages, auto-detected, or set explicitly. Set it when you know it — auto-detect on a short or noisy clip is the most common cause of a wrong-language transcript.

Can we automate it with tools we already use?

Yes — Zapier, Make, n8n, Airtable, Drive, Dropbox, S3, Zoom, Slack, Notion. Each integration page carries the platform's real step timeout and the submit-then-poll shape that survives it.

What about very long or very large recordings?

Files go up to several GB and are submitted whole, so timestamps stay coherent — nothing is chunked. Hand us a URL and let us fetch it rather than streaming it through a no-code platform.

Do we get a summary as well as the transcript?

Yes. GET /api/v1/jobs/{id}/insights returns a summary, key quotes, topics and speakers for the same job, at no extra charge.

Can we try it before building anything?

Yes — the widget on this page. Drop a real recording from your business; the first transcript is free at any length, no card, and you will know whether the accuracy is there before writing a line of code.

Demand behind this page — GSC 90d: 1,497 entertainment queries, 5,057 impressions, position 27.8 — the largest vertical by far, and mostly podcast and creator-tool brand navigation ('podcast cinema critique', 'altered studio', 'adobe podcast enhance'). PostHog: the widget converts on these pages; nothing else does.