English
cURL
curl --request POST \ --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/{jobUid}/translations/translateWithMachineTranslation \ --header 'Content-Type: application/json' \ --data '{ "sourceTexts": [ "<string>" ] }'
{ "translations": [ "<string>" ] }
Configured machine translate settings is used
successful operation
The response is of type object.
object
Was this page helpful?