Skip to main content
GET
/
voices
List Voices
curl --request GET \
  --url https://api.kejue.co/api/v1/voices \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "language": "<string>",
    "is_active": true,
    "accent": "<string>",
    "gender": "<string>",
    "style": "<string>",
    "description": "<string>",
    "sample_url": "<string>",
    "is_default": false
  }
]

Authorizations

X-API-Key
string
header
required

Workspace API key (e.g. kej_live_...)

Response

Successful Response

id
string
required
name
string
required
language
string
required
is_active
boolean
required
accent
string | null
gender
string | null
style
string | null
description
string | null
sample_url
string | null
is_default
boolean
default:false