Skip to main content
GET
/
v2
/
jobs
/
{jobId}
/
export
Export a Job
curl --request GET \
  --url https://api.lilt.com/v2/jobs/{jobId}/export \
  --header 'Authorization: Basic <encoded-value>'
This response has no body data.

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.

Query Parameters

type
string
required

category for files and memory.

Response