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.
Example:
"أهلاً و سهلاً بكم في همسة!"
The webhook url to which the TTS job result will be sent.
Authorization header to be sent in this format: Authorization: [authKey] [authSecret]