post
https://api.verbit.co/api/job/add_asset
Generates a pre-signed URL for uploading media or attachment content. Used for local file uploads.
Upload Process
- Call this endpoint with either:
file_namefor local file uploadasset_urlfor remote file reference
- Receive
asset_idand optionalupload_url - If
upload_urlprovided,PUTyour content to that URL - Use the
asset_idwith one of:POST /job/add_mediafor media filesPOST /job/add_backup_recordfor backup recordingsPOST /job/add_notes_attachmentsfor supporting documents
Important Timing Notes
- Upload URL expires in 24 hours
- Must use asset within 24 hours of upload
- Unused uploaded files are automatically deleted
Requirements
- Must provide either
file_nameorasset_url - Cannot provide both parameters
- URLs must be GET-accessible
- Avoid one-time or short-lived URLs
