transcribe.audio
Transcribe audio files from a public URL into punctuated text with confidence scores, duration, language detection, word-level timestamps, and optional speaker diarization for multi-speaker recordings.
Instructions
Transcribe an audio file URL to text (wav, mp3, m4a, ogg/opus, flac, webm; ≤15 MB, ≤15 minutes — split longer recordings). Returns punctuated transcript, confidence, duration, detected language, word-level timestamps, and (diarize=true) speaker-segmented utterances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public audio file URL. | |
| diarize | No | Label speakers + return utterances. | |
| language | No | BCP-47 hint, e.g. "en"; auto-detected when omitted. |