v50

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

Upload Zip File

Uploads an archive containing source files in .zip format, which will be extracted and used during project creation.

Status of the upload operation can be tracked using the Poll Upload Zip File endpoint.

Once this 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.

Consider the file and project size limit when uploading files.

post/files

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.