v50

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

Import Target File Version

Generates an asynchronous import operation. Use Poll Target File Version Import endpoint to poll until the import is completed. Only sdlxliff files can be imported.

Import should be used when a file is downloaded as an sdlxliff, processed and then, replaced. The import operation triggers internally the update of the BCM file associated with the imported file. It should mostly be used for offline work.

Consider the file and project size limit when uploading files.

post/projects/{projectId}/target-files/{targetFileId}/versions/imports

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.

fileVersionIdstring