cURL
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" } ] }
获取音色列表,支持按音色名称模糊搜索、按音色类型过滤。
Documentation IndexFetch the complete documentation index at: https://docs.bigmodel.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bigmodel.cn/llms.txt
Use this file to discover all available pages before exploring further.
使用以下格式进行身份验证:Bearer
音色名称, 如果传入中文, 需要 url encode
音色类型
PRIVATE
OFFICIAL
业务处理成功
音色列表
Hide child attributes
音色
"voice_clone_20240315_143052_001"
音色名称
"my_custom_voice_001"
音色类型,OFFICIAL为官方音色,PRIVATE为自定义音色
"PRIVATE"
试听音频的下载链接
"https://example.com/voice_clone_20240315_143052_001.mp3"
创建时间
"2024-03-15 14:30:52"