v50

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

Export Target File Version

Generates an asynchronous export operation. Use the Get Target File Version Export endpoint to poll until the export is completed. Used only for BCM file versions.

This operation triggers a conversion of the BCM target file version in a native or SDLXLIFF format, based on the value of the format query parameter used.

Consider the file and project size limit when uploading files.

post/projects/{projectId}/target-files/{targetFileId}/versions/{fileVersionId}/exports

Query parameters

format'native' | 'sdlxliff'

The file format.

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

Unique identifier for the asynchronous operation.

status'created' | 'inProgress' | 'completed' | 'failed' required

The status of the asynchronous operation.

errorMessagestring

When the status is 'failed', it contains the error message explaining what went wrong.

downloadUrlstring

The url where the file can be downloaded.