Align translation memory
Aligns files for a translation memory using its source locale. Submit either a sourceFile + targetFile pair, or a single archiveFile containing paired source and target files (mutually exclusive). Returns the aligned XLSX as an octet-stream, or 400 with a warning when the backend cannot align an archiveFile bundle.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Body
Target language code (e.g. de, fr-FR)
Source language file to align. Required unless archiveFile is provided
Target language file to align. Required when sourceFile is provided; must be omitted when archiveFile is provided
.zip archive containing paired source and target files. Mutually exclusive with sourceFile / targetFile
UID of the segmentation rule to apply to the source file
UID of the segmentation rule to apply to the target file
Response
Aligned XLSX file