cURL
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" } ] }
Get list of user-defined voice styles
Use the following format for authentication: Bearer
Successful response
User-defined voice style list response
Predefined voice style list
Show child attributes
Predefined voice style model name
"fishaudio/fish-speech-1.4"
User-defined voice style name
"your-voice-name"
Corresponding text content for the audio
"在一无所知中, 梦里的一天结束了,一个新的轮回便会开始"
URI generated after uploading the audio
"speech:your-voice-name:xxx:xxx"