transcription_url
Convert a public audio or video URL into text with speaker diarization, word-level timestamps, and support for 119 languages. Manage and export captions in SRT, WebVTT, or plain text.
Instructions
[DEPRECATED — use transcribe_url instead] Alias kept for backward compatibility with @scriptivox/mcp-server@1.0.x. Will be removed in 2.0.0. Identical behavior to transcribe_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to an audio/video file (http/https). | |
| align | No | Word-level timestamps. Default: true. | |
| diarize | No | Enable speaker diarization. Default: false. | |
| language | No | ISO 639-1 language code (e.g. "en"). Strongly recommended when known. | |
| webhook_url | No | Optional HTTPS webhook URL. | |
| speaker_count | No | Expected number of speakers (1-50). Requires diarize: true. | |
| await_completed | No | Default: true. When false, return id immediately without polling. | |
| idempotency_key | No | Optional Idempotency-Key header. |