Skip to main content
GET
/
v2
/
jobs
/
{jobId}
/
download
Download a Job
curl --request GET \
  --url https://api.lilt.com/v2/jobs/{jobId}/download \
  --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

jobId
integer
required

A job id.

Response

zipped file

The response is of type string<byte>.