POST
/
v1
/
translation

Translate text from one language to another.

Body

Text
string
required

Text to translate

TgtLang
string
required

Target language code in FLORES 200

SrcLang
string
required

Source language code in FLORES 200

Response

data
string

The translated text

Status Codes

200
object

OK - Successful request

400
object

Bad Request - Validation error occurred

401
object

Unauthorized - Authentication failed

402
object

Payment Required