export_transcript
Convert completed transcripts to SRT, WebVTT, or plain text. Customize caption segmentation with word, character, and duration limits, plus speaker tags.
Instructions
Export a completed Scriptivox transcript as SRT subtitles, WebVTT subtitles, or plain text. Supports segmentation knobs (max_words, max_chars, max_duration, sentence_aware, include_speakers, strip_chars). Requires the transcription to be in completed status. Requires a configured API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Output format. | |
| max_chars | No | Max characters per caption segment (default 80). | |
| max_words | No | Max words per caption segment (default 4). | |
| strip_chars | No | Characters to strip from the transcript before formatting. | |
| max_duration | No | Max seconds per caption segment (default 10). | |
| sentence_aware | No | Break at sentence boundaries (default true). | |
| include_speakers | No | Whether to prefix caption lines with speaker tags. 'auto' (default), 'true' (always), 'false' (never). | |
| transcription_id | Yes | Completed transcription ID (UUID). |