post https://api.verbit.co/api/job/new
Creates a new transcription job on Verbit's server.
Basic Usage
- Create job with this endpoint
- Upload media via
POST /job/add_media - Start processing via
POST /job/perform_transcription
Key Parameters
job_name: Human-readable identifier (typically filename)external_id: Your reference ID (e.g., database ID)profile: Processing configuration to use (required)
Translation Support
If translation is enabled in the profile:
- Specify target languages in
translation_languages - Configure translation settings:
- Use
translation_profileto select language profile - Default profile used if not specified
- Set
translation_processing_modefor rush/standard processing
- Use
Important Notes
- While
GETis supported for backwards compatibility, always usePOSTwith JSON body - At least one profile must be specified
- Translation features require profile support
