speech_to_text
Transcribe audio from a URL into text. Optionally identify different speakers and tag non-speech events like laughter or music.
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.) |