cURL
curl --request POST \ --url https://api.topmediai.com/v1/text2speech \ --header 'Content-Type: application/json' \ --data '{ "text": "Welcome to our API", "speaker": "00151554-3826-11ee-a861-00163e2ac61b", "emotion": "Neutral" }'
"<any>"
Converts text into speech using a voice of your choice and returns audio.
Successful Response
The response is of type any.
any