Skip to main content
GET
/
tts
/
voices
List TTS voices
curl --request GET \
  --url https://app.myhero.so/tts/voices \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "voices": [
      {
        "key": "<string>",
        "name": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

HERO personal access token

Response

200 response

success
enum<boolean>
required
Available options:
true
Example:

true

data
object
required