Text to Speech Routes
Generate Text to Speech Route
POST
Authorizations
Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token <api-key>'
Body
application/json
The voice id taken from the paly ground TTS voice dropdown component on the dashboard
The text you want to convert to speech. Minimum 5 words text to speech content!
The webhook url to which the TTS job result will be sent.
Authorization header to be sent in this format: Authorization: [authKey] [authSecret]