transcribe_start
Initiate an audio transcription job. Provide a file path and optional language code to get a job ID for polling the result.
Instructions
Start a transcription job and return a job_id immediately.
Args: file_path: Absolute path to an audio file (mp3, wav, m4a, …). language: Language code ('en', 'de', 'auto'). Default 'auto'.
Returns: A job_id string. Pass it to transcribe_result to poll for the transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | auto | |
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |