A text translation service supporting multiple translation engine.
200 response
{- "text": "Jupiter is the fifth planet from the Sun and the largest in the Solar System. It is a gas giant with a mass one-thousandth that of the Sun, but two-and-a-half times that of all the other planets in the Solar System combined. Jupiter is one of the brightest objects visible to the naked eye in the night sky, and has been known to ancient civilizations since before recorded history. It is named after the Roman god Jupiter.[19] When viewed from Earth, Jupiter can be bright enough for its reflected light to cast visible shadows,[20] and is on average the third-brightest natural object in the night sky after the Moon and Venus.",
- "target": "fr"
}
{ }
Rich content (Paragraphs, sentences, phrases) embedding representation.
200 response
{- "texts": [
- "I am going to the mall and I will be there for a while. Do you want something from Dr. Smith's office?",
- "Voy al centro comercial y estaré allí por un tiempo. ¿Quieres algo de la oficina del Dr. Smith?"
]
}
{ }
Split the English text content into multiple sentences. Recommend for short text content.
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "sentences": [
- "string"
]
}
}
Split the English text content into multiple sentences. Recommend for long text content.
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "text": "I am going to the mall and I will be there for a while. Do you want something from Dr. Smith's office?",
- "lang": "en"
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "sentences": [
- "string"
]
}
}
Perform text translation to and from any core languages.
200 response
{- "text": "Jupiter is the fifth planet from the Sun and the largest in the Solar System. It is a gas giant with a mass one-thousandth that of the Sun, but two-and-a-half times that of all the other planets in the Solar System combined. Jupiter is one of the brightest objects visible to the naked eye in the night sky, and has been known to ancient civilizations since before recorded history. It is named after the Roman god Jupiter.[19] When viewed from Earth, Jupiter can be bright enough for its reflected light to cast visible shadows,[20] and is on average the third-brightest natural object in the night sky after the Moon and Venus.",
- "target": "fr"
}
{ }