API Reference
Text to Speech
Convert text to speech using our advanced AI models
POST
/
tts
Headers
X-API-KEY
string
requiredAPI key for authentication
Body
application/json
text
string
requiredThe input text you want to convert to speech.
speaker_no
integer
requiredThe ID of the speaker voice.
config
object
callback_url
string
URL to receive the API response if different from the origin.
Response
200 - audio/wav
The response is of type file
.