中文
获取用户预置音色列表
curl --request GET \ --url https://api.siliconflow.cn/v1/audio/voice/list \ --header 'Authorization: Bearer <token>'
{ "results": [ { "model": "fishaudio/fish-speech-1.4", "customName": "your-voice-name", "text": "在一无所知中, 梦里的一天结束了,一个新的轮回便会开始", "uri": "speech:your-voice-name:xxx:xxx" } ] }
Use the following format for authentication: Bearer <your api key>
用户预置音色列表响应
预置音色列表
Show child attributes
预置音色的模型名称
用户自定义的音色名称
音频对应的文字内容
上传语音后生成的uri