File translations
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
).
Authorizations
Body
Source file with the metadata used for the translation process.
Multipart request with metadata
and file
parts.
Metadata accepts the following actionTypes
:
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
The body is of type object
.
Response
Response with UID of the file translations request.
The response is of type object
.