{
"text": "你好,我叫麦晓雯",
"character": "maiXiaowen",
"emotion": ""
}curl --location --request POST 'https://df-api.shallow.ink/df/tts/synthesize' \
--header 'Authorization: Bearer sk-wepDjfhkupzFBk4oNNRFeL4hNS2LGQsJ' \
--header 'Content-Type: application/json' \
--data-raw '{
"text": "你好,我叫麦晓雯",
"character": "maiXiaowen",
"emotion": ""
}'{
"success": true,
"data": {
"audio_url": "http://localhost:8080/df/tts/audio/tts_1768235467970_azv96sne.wav?token=MTc2ODIzNzI2Nzk3MzpmMTM3ZWY0YjgyZDk4OTVl",
"filename": "tts_1768235467970_azv96sne.wav",
"size": 96812,
"duration_ms": 5040,
"text_length": 8,
"character": "maiXiaowen",
"emotion": "neutral",
"expires_in": "30分钟"
}
}