Creates a new transcription job on Verbit's server.

Basic Usage

  1. Create job with this endpoint
  2. Upload media via POST /job/add_media
  3. 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:

  1. Specify target languages in translation_languages
  2. Configure translation settings:
    • Use translation_profile to select language profile
    • Default profile used if not specified
    • Set translation_processing_mode for rush/standard processing

Important Notes

  • While GET is supported for backwards compatibility, always use POST with JSON body
  • At least one profile must be specified
  • Translation features require profile support
Language
Credentials
URL
Click Try It! to start a request and see the response here!