v3

latestSwagger 2.02026-07-1363357.2 KB

Transliterate Text

Transliterate Text

post/transliterate

Query parameters

languagestring required

Specifies the language of the text to convert from one script to another. Possible languages are listed in the transliteration scope obtained by querying the service for its supported languages.

fromScriptstring required

Specifies the script used by the input text. Look up supported languages using the transliteration scope, to find input scripts available for the selected language.

toScriptstring required

Specifies the output script. Look up supported languages using the transliteration scope, to find output scripts available for the selected combination of input language and input script.

api-versionstring required

Mandatory API version parameter

Headers

X-ClientTraceIdstring

A client-generated GUID to uniquely identify the request.

Request body

textstring required

Text to translate.

Response

Response for the transliteration API.

textstring required

A string which is the result of converting the input string to the output script.

scriptstring required

A string specifying the script used in the output.