speech_to_text
Transcribe audio files to accurate text using ElevenLabs Speech-to-Text. Supports WAV, MP3, and common formats with language auto-detection.
Instructions
Transcribe an audio file to text using ElevenLabs Speech-to-Text (scribe_v1). Supports WAV, MP3, and other common formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | STT model ID (default: scribe_v1) | |
| file_path | Yes | Absolute path to the audio file to transcribe | |
| language_code | No | BCP-47 language code to force recognition language (e.g. 'en', 'hi', 'es'). Leave unset for auto-detect. |