get_download_url
Retrieve a presigned URL to download a completed output file after job status indicates completion. URL expires in 24 hours.
Instructions
Get a presigned HTTPS URL to download the completed output file. Call after get_job_status returns 'complete'. URL expires in 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID from transcode_video, transcode_from_url, or any convert tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_url | Yes | Presigned HTTPS GET URL for the output file. Valid for 24 hours. | |
| filename | Yes | Suggested filename for the downloaded file including extension. | |
| expires_at | Yes | ISO 8601 timestamp when the download URL expires. | |
| size_bytes | No | File size of the output in bytes. |