Text to Speech
Get speech for given text using the Waves API
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Bearer token for authentication. Format is 'Bearer {token}'
Path Parameters
The model to use for speech synthesis. Currently, only 'lightning' is available.
Available options:
lightning
, lightning-large
Body
application/json
Voice ID for the 'lightning' model
Available options:
arman
, diya
, raman
, ananya
, aarav
, shrishti
, niharika
, deepika
, raghav
, kajal
, mansi
, nisha
, saurabh
, pooja
, saina
, sanya
, aravind
, mithali
, raj
, james
, jasmine
, emily
, arnav
, george
, chetan
, ankur
, enola
, judi
, rebecca
, abhinav
, sushma
, ashish
, shweta
, karen
The text to be synthesized into speech
The speed for generated speech, Allowed range 0.5 - 2.
Required range:
0.5 < x < 2
Sample rate of the output audio file. Allowed values are 8000, 16000, or 24000.
Available options:
8000
, 16000
, 24000
Whether to add a WAV header or not
Response
200
audio/wav
Synthesized speech retrieved successfully
A PCM int16 WAV file at the specified frequency.