POST
/
translate

Headers

api-subscription-key
string
default:

Body

application/json
input
string
required

Input text to be translated

source_language_code
enum<string>
required

Source language code

Available options:
en-IN
target_language_code
enum<string>
required

Target language code

Available options:
hi-IN,
bn-IN,
kn-IN,
ml-IN,
mr-IN,
od-IN,
pa-IN,
ta-IN,
te-IN,
gu-IN
enable_preprocessing
boolean
default:
false

This will enable custom preprocessing of the input text which can result in better translations.

mode
enum<string>
default:
formal

Whether the translation is formal or colloquial

Available options:
formal,
code-mixed
model
enum<string>
default:
mayura:v1

Model to be used for translation

Available options:
mayura:v1
speaker_gender
enum<string>
default:
Female

Please specify the gender of the speaker for better translations. This feature is only supported for the code-mixed translation models currently.

Available options:
Male,
Female

Response

200 - application/json
translated_text
string
required

Translated text