speech_to_text
Transcribe audio from a URL using ElevenLabs via RunAPI. Creates a task, returns ID and status, and outputs the transcription.
Instructions
Create a ElevenLabs task on RunAPI (speech to text). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| diarize | No | ||
| timeout_ms | No | ||
| callback_url | No | ||
| language_code | No | ||
| poll_interval_ms | No | ||
| source_audio_url | Yes | ||
| tag_audio_events | No |