POST
/
api2
/
v1
/
machineTranslations
/
{mtSettingsUid}
/
translate
Translate with MT
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/machineTranslations/{mtSettingsUid}/translate \
  --header 'Content-Type: application/json' \
  --data '{
  "sourceTexts": [
    "<string>"
  ],
  "from": "<string>",
  "to": "<string>",
  "filename": "<string>"
}'
{
  "translations": [
    "<string>"
  ]
}

Path Parameters

mtSettingsUid
string
required

Body

application/json

Response

200
application/json

successful operation

The response is of type object.