curl --location --request GET '/df/audio/stats' \
--header 'Authorization: Bearer sk-wepDjfhkupzFBk4oNNRFeL4hNS2LGQsJ'
{
"success": true,
"message": "获取音频统计成功",
"data": {
"totalFiles": 15436,
"categories": [
{
"category": "Amb",
"fileCount": 86
},
{
"category": "CutScene",
"fileCount": 13
},
{
"category": "Festivel",
"fileCount": 10
},
{
"category": "Intro",
"fileCount": 1
},
{
"category": "Music",
"fileCount": 11
},
{
"category": "UI",
"fileCount": 18
},
{
"category": "Voice",
"fileCount": 15281
},
{
"category": "Voice_SOL_MS",
"fileCount": 16
}
]
}
}