transcription_url
[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 + confidence scores. Default: true. Pass false to opt out (ignored when diarize: true). | |
| diarize | No | Enable speaker diarization. Default: false. When true, word-level alignment is automatically enabled regardless of `align`. | |
| language | No | ISO 639-1 language code (e.g. "en", "es", "fr"). 119 languages supported. Strongly recommended when you know the language. | |
| webhook_url | No | Optional HTTPS URL where transcription.* events will be POSTed (HMAC-signed). | |
| speaker_count | No | Expected number of speakers (1-50). Requires diarize: true. Passing this when known improves diarization accuracy. | |
| await_completed | No | Default: true. When false, return the transcription_id immediately without polling. | |
| idempotency_key | No | Optional Idempotency-Key header (up to 255 chars). Same key + same body = same transcription_id. |