speech_to_text
Transform audio recordings into written text. Supports speaker identification and audio event tagging for accurate transcription.
Instructions
Transcribe audio to text using ElevenLabs Scribe v1. Supports diarization and audio event tagging. Returns transcription text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diarize | No | Identify different speakers | |
| audio_url | Yes | Audio URL to transcribe | |
| language_code | No | Language code (e.g. "en", "es"). Auto-detected if omitted. | |
| tag_audio_events | No | Tag non-speech audio events (laughter, music, etc.) |