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

Headers

x-api-key
string | null

API key for authentication

Response

Successful Response

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