Translate
Translate text from one language to another.
POST
/
v1
/
ai
/
translate
Body
The language code of the text to translate.
The language code of the text to translate to.
The text to translate.
The text
parameter supports two types:
string
-{"text":"Hello, how are you doing"}
Array<string>
-{"text":["Hello", "How are you doing"]}
Max text character is 5000.
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
The translated text.