voice_transcribe
Transcribe any audio file or voice recording to text using Groq Whisper (whisper-large-v3). Accepts a direct URL to an audio file (mp3, wav, m4a, ogg, webm, mp4). Returns the full transcript, detected language, and duration. Use when user shares an audio link, voice memo URL, podcast clip, meeting recording, or says 'transcribe this'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Optional ISO-639-1 language code hint (e.g. 'en', 'es', 'fr'). Auto-detected if omitted. | |
| audio_url | Yes | Direct URL to the audio file (mp3, wav, m4a, ogg, webm). Must be publicly accessible. | |
| summarize | No | If true, also return a concise AI summary of the transcript. Default: true. |