GET
/
paas
/
v4
/
voice
/
list
音色列表
curl --request GET \
  --url https://open.bigmodel.cn/api/paas/v4/voice/list \
  --header 'Authorization: Bearer <token>'
{
  "voice_list": [
    {
      "voice": "voice_clone_20240315_143052_001",
      "voice_name": "my_custom_voice_001",
      "voice_type": "PRIVATE",
      "download_url": "https://example.com/voice_clone_20240315_143052_001.mp3",
      "create_time": "2024-03-15 14:30:52"
    }
  ]
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Query Parameters

voiceName
string

音色名称, 如果传入中文, 需要 url encode

voiceType
enum<string>

音色类型

Available options:
PRIVATE,
OFFICIAL

Response

200
application/json

业务处理成功

The response is of type object.