cURL
curl --request GET \ --url https://api.mediapi.dev/v1/jobs/{id}/download \ --header 'X-API-Key: <api-key>'
{ "download_url": "<string>", "expires_in_seconds": 3600, "filename": "<string>" }
Get a presigned download URL for a completed job’s output. For jobs with multiple outputs, use the output parameter to select which one.
output
Output index (default 0)
File index for multi-file outputs (HLS, DZI)
Download URL
3600