POST
/
v1
/
ai
/
translate

Body

current_language
string

The language code of the text to translate.

target_language
string
required

The language code of the text to translate to.

text
string
required

The text to translate.

Max text character is 5000.
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

translated_text
text

The translated text.