Make sure you have exported a job with the same id before using this api.
Downloading files requires the exported job id
in the param.
Example CURL command:
curl -X GET 'https://api.lilt.com/v2/jobs/{id}/download?key=API_KEY'
A job id.
zipped file
The response is of type string<byte>
.