Skip to main content
POST
/
tts
/
conversational
Synthesize conversational speech
curl --request POST \
  --url https://app.myhero.so/tts/conversational \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "text": "<string>",
  "style": "<string>",
  "voice": "<string>"
}
'
"<string>"

Authorizations

Authorization
string
header
required

HERO personal access token

Body

application/json
text
string
required
Required string length: 1 - 900
style
string
voice
string

Response

Audio stream

The response is of type file.