Skip to main content
GET
/
v1
/
voices
List Available Voices
curl --request GET \
  --url https://api.example.com/v1/voices/ \
  --header 'x-api-key: <api-key>'
[
  {
    "voice_id": "<string>",
    "name": "<string>",
    "accent": "<string>",
    "sample_storage_path": "<string>",
    "description": "<string>",
    "gender": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API key for programmatic access

Response

200 - application/json

Successful Response

voice_id
string
required
name
string
required
accent
string
required
sample_storage_path
string
required
description
string | null
gender
string | null