Deepgram
D
Deepgram
/transcribe-url

Transcribe audio URL

Transcribe a hosted audio/video file (nova-3) with smart formatting, optional diarization and summary.

livedegraded · 374ms~20s typical
transcriptionspeech to textaudiopodcast
$0.0060
per minute + $0.002 call
plus $0.001 platform fee per run
Bring your own Deepgram key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run deepgram /transcribe-url for me.

Input

FieldTypeDescription
url*stringPublic audio/video URL
diarizebooleanSpeaker labels default false
summarizebooleanAdd summary default false
languagestringLanguage code default "en"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"deepgram","endpoint":"/transcribe-url","input":{"url":"...","diarize":false,"summarize":false,"language":"en"}}'
cli
npx cracked-ai run -p deepgram -e /transcribe-url -i '{"url":"...","diarize":false,"summarize":false,"language":"en"}'
mcp
run_tool({ provider: "deepgram", endpoint: "/transcribe-url", input: {"url":"...","diarize":false,"summarize":false,"language":"en"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.