Transcribe audio to text using Whisper
Runtime API - Core
Transcribe audio to text using Whisper
POST
Transcribe audio to text using Whisper
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
URL of the audio file to transcribe
Language code (e.g., pt, en, es). Auto-detect if not provided.
Transcription provider
Available options:
openai, deepgram, assemblyai, google Model to use (provider-specific)
Example:
"whisper-1"
Response
Transcription result: { text, language?, duration?, provider? }.