Enter the text and languages you want to translate in the format: {text: "Text to be translated", languages: [list_of_target_languages]}
Here are 2 examples, one with a simple text and one complicated phrase:
{
text: "I am eating an orange while looking at the orange bank under my umbrella because it is raining with cats and dogs",
languages: ["ro", "es", "fr"]
}
{
text: "After the spirited bass player from the Yankees baseball team dove into the novel, his winded attempt at breaking the ice left his peers grappling with the slippery slope of deciphering whether the pitcher's mound of fishy compliments was a genuine tribute or a carefully crafted pun.",
languages: ["ro", "es", "fr"]
}
This exact functionality is available via API at POST /api/translate with the above JSON in the body
Enter the text that you want to be checked format: {text: "Text to be translated"}
Here are 2 examples, one with a simple text and one complicated phrase:
{
text: "I am eating an orange while looking at the orange bank under my umbrella because it is raining with cats and dogs"
}
{
text: "After the spirited bass player from the Yankees baseball team dove into the novel, his winded attempt at breaking the ice left his peers grappling with the slippery slope of deciphering whether the pitcher's mounds ot fishy compliments were an genuine tribute or a carefully crafted pun."
}
This exact functionality is available via API at POST /api/translate/check with the above JSON in the body