post https://api.verbit.co/api/job/add_media
Adds media file(s) to a new job. This endpoint can only be called once per job.
Usage Options
-
Direct URL:
- Provide
media_url
for online-accessible files - URL must be GET-accessible
- Avoid one-time/short-lived URLs
- Provide
-
Local File Upload:
- First use
POST /job/add_asset
to get upload URL - Then reference via
asset_ids
parameter
- First use
-
File Merging (available for certain profiles, ask support for access):
- Upload multiple files via
POST /job/add_asset
- Pass all
asset_ids
in order of desired merging - Set
merge_assets: true
- Upload multiple files via
Next Steps
After adding media, call POST /job/perform_transcription
to start processing
Important Notes
- Can only be called once per job
- URLs must be directly accessible
- For merging, minimum 2 asset_ids required
- Merging order follows asset_ids order