Transliteration API
The Transliteration API enables you to convert text content from one language script to another. Below are examples demonstrating how to transliterate single and multiple sentences.
Headers
The format of the data to be posted. Must be set to “application/json”.
A unique key/token provided by Reverie to identify the user using the Localization API.
The unique account ID to identify the user and the default account settings.
Application name i.e., transliteration
Application version i.e., 2.0
Source language code : hi, as, bn, gu, kn, ml, mr, or, pa, ta, te, en, ur, sd, doi, kon, brx, ks, mai, mni, sa, sat
Target language code : hi, as, bn, gu, kn, ml, mr, or, pa, ta, te, en, ur, sd, doi, kon, brx, ks, mai, mni, sa, sat
Domain category : generic, pii_names, pii_addresses, OnlyEnglish, bfsi, ecommerce, food, infotainment, medical, enterprise
Content language code : en
Body
The text you want to translate. This is the input text that will be processed by the translation model.
Indicates whether the request is for bulk processing. Set to false
for single
sentence transliteration.
Determines whether to ignore tagged entities during transliteration. Set to false
to include all entities.
Response
An array of translation responses