Creates a new file translations request based on multipart/form-data. The translation state can be fetched
utilizing a returned UID in the response and a Metadata endpoint. It is also
possible to download the translated file using the Get file endpoint once the
translation is complete (action.status == OK).
Source file with the metadata used for the translation process.
Multipart request with metadata and file parts.
Metadata accepts the following actionTypes:
| Action Type | Description |
|---|---|
| FILE_IMPORT | Imports the file into the system |
| CONVERTER_IMPORT | Extracts the translatable texts out of the file |
| MT_GENERIC_PRETRANSLATE | Translates the extracted text |
| QUALITY_ESTIMATION | Returns Phrase Quality Performance Score (QPS) |
Note that only action type MT_GENERIC_PRETRANSLATE is needed when user wants to translate the
file. Or only action type QUALITY_ESTIMATION is needed when user wants to translate the file and
to get the quality estimation