curl --location --request GET 'https://df-api.shallow.ink/df/tts/presets' \
--header 'Authorization: Bearer sk-wepDjfhkupzFBk4oNNRFeL4hNS2LGQsJ'{
"success": true,
"data": {
"defaultPreset": "maiXiaowen",
"presets": [
{
"id": "maiXiaowen",
"name": "麦晓雯",
"description": "活泼开朗的女性角色,适合轻松愉快的场景",
"defaultEmotion": "neutral",
"emotions": [
{
"id": "neutral",
"name": "中性",
"description": "平静自然的语调"
},
{
"id": "happy",
"name": "开心",
"description": "愉快活泼的语调"
},
{
"id": "excited",
"name": "激动",
"description": "兴奋激昂的语调"
},
{
"id": "sad",
"name": "悲伤",
"description": "低落伤感的语调"
},
{
"id": "angry",
"name": "愤怒",
"description": "生气不满的语调"
},
{
"id": "calm",
"name": "平静",
"description": "温柔平和的语调"
},
{
"id": "surprised",
"name": "惊讶",
"description": "惊奇意外的语调"
}
]
}
]
}
}