Prepare job files for download.
To export translated documents from the job use the query parameter type=files
:
Example CURL command:
curl -X GET 'https://api.lilt.com/v2/jobs/{id}/export?key=API_KEY&type=files'
To export job memories use the query parameter type=memory
.
The status of the export can be checked by requesting the job GET /jobs/:jobId
, job.isProcessing
will be 1
while in progress,
0
when idle and -2
when the export failed.
A job id.
category for files and memory.