Global Endpoints
Translate
This endpoint translates a given text to a specified target language and optionally corrects the input text.
GET
Query Parameters
Specifies the text to be translated.
Default: null
Specifies the target language code for translation.
Default: null
Enables or disables automatic correction of the input text.
Default: false
Response
Indicates whether the request was successful. A value of true
means the request was successful, while false
indicates an issue or failure.
Contains the data related to the translation, including the original text, corrected text, translated text, source language, target language, and processing information.