transcribe
Convert speech to text from local audio/video files or URLs. Optional speaker diarization and subtitle files for podcasts, meetings, captions, and dubbing.
Instructions
Transcribe speech to text (ElevenLabs Scribe) — for podcasts, meetings, captions, dubbing prep.
Args: audio: A local audio/video file path, OR a URL (hosted file, YouTube, TikTok). language: ISO code (639-1 or -3) to force; omit to auto-detect. diarize: True to label speakers (who said what). captions: "srt" or "vtt" to also write a subtitle file (from word timings) and return its path.
Returns: {"text", "language_code", "words": , "captions_path"?} or {"error"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | Yes | ||
| diarize | No | ||
| captions | No | ||
| language | No |