Skip to main content
POST
Translate using machine translation

Authorizations

Authorization
string
header
required

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

projectUid
string
required

Project UID

jobUid
string
required

Job UID

Body

application/json

Source texts to translate

Base request body carrying the source texts to translate.

sourceTexts
string[]
required

Source strings to translate, returned in the same order as the translations. Must contain at least one item.

Required array length: 1 - 2147483647 elements

Response

OK

Response from an MT translation request, containing the translated strings.

translations
string[]

Translated strings in the same order as the input sourceTexts.