transcribe_file
Transcribe a local audio or video file by providing its absolute path. Supports language auto-detection, speaker labeling, and per-word timestamps.
Instructions
Transcribe a local audio or video file. The path is never sent to telemetry. Polls until the job is done or the poll timeout elapses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a local media file. | |
| diarize | No | Label speakers in the transcript. | |
| language | No | ISO 639-1 language code. Auto-detect when omitted. | |
| word_timestamps | No | Include per-word timing. |