Get Download URL
get_download_urlGet a presigned HTTPS URL to download the completed output file. Call after get_job_status returns 'complete'. URL expires in 24 hours. NOTE: fetching this URL is a direct S3 download, which is BLOCKED in sandboxed agent environments (claude.ai, Claude Desktop, Cursor). If you are in a sandbox, use get_output_content instead to receive the bytes inline over the tool channel.
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 |
|---|---|---|---|
| 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. | |
| download_url | Yes | Presigned HTTPS GET URL for the output file. Valid for 24 hours. |