v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
File

Poll Upload Zip File

Monitors the unzipping operation for a previously uploaded archive and retrieves details about the extracted files.

Once the Upload Zip File operation has finished extracting the files, they can be added to the desired project using the Attach Source Files endpoint. Alternatively, they can be used to Request File Analysis details like word counts and estimated costs.

get/files/{fileId}

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

idstring required

The identifier of the uploaded file

fileNamestring required

The name of the uploaded file

unzipStatus'queued' | 'extracting' | 'extracted' | 'unzipError'

The status of the unzipping operation. You can use this to determine if your .zip file has been extracted successfully.