本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
{}curl --location 'https://www.yuntts.com/api/v1/indextts_query' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{}'{
"code": 200,
"message": "查询成功!",
"data": {
"code": 0,
"list": [
{
"id": "v_abc123",
"name": "我的音色",
"voice_source": "upload",
"audio_url": "https://example.com/audio.mp3",
"avatar_url": "https://example.com/avatar.png"
},
{
"id": "v_def456",
"name": "官方音色",
"voice_source": "official",
"audio_url": "",
"avatar_url": ""
}
],
"total_voices": 2
}
}