Translation is the REST API developed for localizing the contents from English to Indic languages. Using the Translation API, you can either localize a single sentence or multiple sentences in a fraction of time.
<YOUR-APP-ID>
& <YOUR-API-KEY>
and then run the following example in a terminal or your favorite API client.
responseList
, which is an array containing the localized content. Each item includes the inString
, representing the original input text in the source language, and the corresponding outString
, which contains the translated text in the requested target language.