The Transliteration API is a REST API used to transliterate the content from English to Indic languages and vice-versa.
<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 transliterated content. Each item includes the inString
, representing the original text in the source script, and the corresponding outString
, which is the result of converting that text into the target script. Additionally, the response includes an api_status
field, where a value of 2
indicates a successful transaction.