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_profile
to select language profile - Default profile used if not specified
- Set
translation_processing_mode
for rush/standard processing
- Use
Important Notes
- While
GET
is supported for backwards compatibility, always usePOST
with JSON body - At least one profile must be specified
- Translation features require profile support