POST
/
v1
/
text2speech
Text To Speech
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>"

Headers

x-api-key
string

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.