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_name
for local file uploadasset_url
for remote file reference
- Receive
asset_id
and optionalupload_url
- If
upload_url
provided,PUT
your content to that URL - Use the
asset_id
with one of:POST /job/add_media
for media filesPOST /job/add_backup_record
for backup recordingsPOST /job/add_notes_attachments
for 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_name
orasset_url
- Cannot provide both parameters
- URLs must be GET-accessible
- Avoid one-time or short-lived URLs