本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/indextts_query' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"data": {
"code": 0,
"list": [
{
"id": "indextts-voice-123456",
"name": "我的音色",
"description": "测试音色",
"model": "IndexTeam/IndexTTS-2",
"audio_url": "https://example.com/audio.mp3",
"avatar_url": "https://example.com/avatar.png",
"created_at": "2026-04-23 12:00:00",
"updated_at": "2026-04-23 12:00:00"
}
],
"total_voices": 1
},
"message": "查询成功!"
}