Endpoints
Text to Speech API
Reverie’s TTS (Text-to-Speech) is a solution that turns text into lifelike speech, allowing you to create applications that talk in multiple Indic languages and build comprehensive speech-enabled products.
POST
Headers
The format of the data to be posted.
Available options:
application/json
Example:
"application/json"
A unique key/token provided by Reverie to identify the user using the Localization API.
Example:
"<YOUR API KEY>"
The unique account ID to identify the user and the default account settings.
Example:
"<YOUR APP-ID>"
The parameter to identify the API.
Available options:
tts
Example:
"tts"
The desired language and voice code for synthesizing the audio file
Available options:
hi_male
, hi_male_2
, hi_male_3
, hi_male_4
, hi_female
, hi_female_2
, hi_female_3
, bn_male
, bn_male_2
, bn_female
, bn_female_2
, kn_male
, kn_male_2
, kn_female
, kn_female_2
, ml_male
, ml_female
, ta_male
, ta_female
, te_male
, te_male_2
, te_female
, te_female_2
, gu_male
, gu_female
, or_male
, or_female
, as_male
, as_female
, mr_male
, mr_male_2
, mr_male_3
, mr_female
, mr_female_2
, mr_female_3
, pa_male
, pa_female
, en_male
, en_male_2
, en_female
, en_female_2
Example:
"hi_male"
Body
application/json
Text content to be generated to speech
The body is of type object
.
Response
200
application/json
TTS response
Audio data in MP3 format