transcribe_file
Transcribe audio or video files using Speechmatics, with support for speaker diarization, timestamps, and multiple languages. Turn media content into searchable text.
Instructions
Transcribe a single audio/video file using Speechmatics API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force re-transcription even if transcript already exists | |
| diarize | No | Enable speaker diarization to identify different speakers (S1, S2, etc.) | |
| accuracy | No | Transcription accuracy level | standard |
| language | No | Language code (e.g. 'en', 'es', 'fr', 'de') | en |
| file_path | Yes | Absolute path to the media file | |
| with_timestamps | No | Include word-level timestamps (outputs JSON instead of TXT) |