Live Examples
In this sections are listed some examples for the service endpoint.
Simple translation
Here below there is a live example of translation of "This is an example." input text from "English" (en) to Chinese (zh).
{
"status": "error",
"data": null,
"message": ""
}
Translation with auto-detection
Here below there is a live example of translation of "This is an example." input text from "English" (en) to Chinese (zh) without specifying the source (from) language. An additional "detected_language" parameter is returned in the response.
{
"status": "error",
"data": null,
"message": ""
}