translation
Translate text from one language to another for multilingual communication, content localization, and language learning
post/models/v2/Helsinki-NLP/opus-mt-en-zh
Request body
Example request
{
"text": "Hello"
}Response
Successful translation response.
Example response
{
"output": "Bonjour"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.