transcribe
Convert speech from audio or video into text with word-level timestamps. Use it to caption videos, read voiceovers, or analyze competitor ad scripts.
Instructions
Transcribe speech from an audio or video file into text with word-level timestamps. Use it to caption a video (chain transcribe -> caption_video), to read a voiceover back, or to analyse a competitor ad's spoken script. audio is a local file path or an http(s) URL (audio or video). Returns {ok, text, words:[{word, start, end}], duration, language}, or a structured error. Set dry_run=true to preview the request without spending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | The audio or video to transcribe — a local file path or an http(s) URL. | |
| dry_run | No | If true, preview the request (key masked); make no API call. | |
| language | No | Optional ISO language-code hint (e.g. 'en'); omit to auto-detect. |