Skip to main content
GET
/
v1
/
jobs
/
{id}
/
download
Download job output
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>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Query Parameters

output
integer
default:0

Output index (default 0)

file
integer

File index for multi-file outputs (HLS, DZI)

Response

200 - application/json

Download URL

download_url
string
expires_in_seconds
integer
Example:

3600

filename
string