GET
/
voices
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/voices \
  --header 'authorization: <authorization>'
[
  {
    "id": "<string>",
    "language": "en-US",
    "name": "<string>"
  }
]

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Response

200 - application/json
id
string
required

ID of the voice

language
enum<string>

Language of the voice

Available options:
en-US,
es-ES
name
string
required

Name of the voice