Translate
Translate text from one language to another.
POST
/
v1
/
ai
/
translate
Body
current_language
string
The language code of the text to translate.
target_language
string
requiredThe language code of the text to translate to.
text
string | string[]
requiredThe text to translate.
Max text character is 5000.
Header
x-api-key
string
requiredYour JigsawStack API key
Response
success
boolean
Indicates whether the call was successful.
translated_text
string | string[]
The translated text.