cURL
curl --request GET \ --url 'https://api.lilt.com/v2/upload/{uploadId}?key='
{ "id": 12345, "filename": "document.xliff", "status": "pending", "created_at": "2023-11-07T05:31:56Z" }
Retrieve a specific upload by its unique identifier.
Example CURL command:
curl -X GET https://lilt.com/2/upload/12345?key=API_KEY
Unique upload identifier
x >= 1
Upload details.
12345
Name of the uploaded file
"document.xliff"
Current upload status
"pending"
Upload creation timestamp
Was this page helpful?