curl --location --request GET '/df/audio/categories' \
--header 'Authorization: Bearer sk-wepDjfhkupzFBk4oNNRFeL4hNS2LGQsJ'
{
"success": true,
"message": "获取音频分类成功",
"data": {
"categories": [
{
"category": "Amb"
},
{
"category": "CutScene"
},
{
"category": "Festivel"
},
{
"category": "Intro"
},
{
"category": "Music"
},
{
"category": "UI"
},
{
"category": "Voice"
},
{
"category": "Voice_SOL_MS"
}
]
}
}