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 <your api key>
Successful response
User-defined voice style list response