Skip to main content
GET
/
v1
/
voices
List available voices
curl --request GET \
  --url https://api.example.com/v1/voices
[
  {
    "id": "eva",
    "name": "Eva",
    "description": "Warm, friendly voice suited for narration."
  }
]

Response

200 - application/json
id
string
required
Example:

"eva"

name
string
required
Example:

"Eva"

description
string
required
Example:

"Warm, friendly voice suited for narration."