Skip to main content

Download file

This operation downloads the translated file (or source file) of a given project.
Once your file is translated by our experts you can download it.

Path Parameters
id int32 REQUIRED

ID of the project where the file belongs to.

fileId string REQUIRED

ID of the file to be downloaded.

Responses
200

The file content.
The response may vary depending on the file type.
So, for example, if you download a .txt file, the response content header will be "plain/text" and the type would be a 'string'.
But if you download a .ZIP file, the response content header will be "application/x-zip-compressed" and the type would be 'binary'.