start_video_transcription
Queue a Whisper transcription job for video or audio files. Returns job ID and status immediately for asynchronous processing.
Instructions
Enqueue a transcript job using Whisper on a video or audio file. Returns immediately with job_id + status.
input_file: path to input media file (must exist) model: Whisper model name (tiny, base, small, medium, large, turbo) language: language code (e.g. en, hi) output_format: transcript format (txt, srt, vtt, json, tsv) force_run: if True, run even when a cached result exists for the same inputs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_file | Yes | ||
| model | No | small | |
| language | No | en | |
| output_format | No | txt | |
| force_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |