Transcription
Routed across Deepgram Nova, Groq Whisper, and ElevenLabs Scribe. Point it at any publicly fetchable audio URL (mp3, wav, m4a, webm…). Billing is per audio minute.
Request
Section titled “Request”POST /v1/tools/transcribe{ "audio_url": "https://example.com/standup-recording.mp3", "language": "en", "routing": { "sort": "price" }}language is an optional BCP-47 hint; leave it out for auto-detection.
Result
Section titled “Result”{ "result": { "text": "Yesterday I finished the routing engine, today I'm on the dashboard…", "language": "en", "duration_seconds": 94.3 }}Price/quality spread is wide here — Groq Whisper is ~6× cheaper than Deepgram Nova and
~10× cheaper than Scribe — so sort:"price" vs sort:"quality" is a real decision.
Set a default in your routing preferences and forget about it.