Authorization: Bearer ********************
{
"voiceId": "e17dcb66-6418-4391-9992-a7efb6664364",
"text": "大家好啊,今天的天气真不错啊,你觉得呢?",
"promptId": "13f59448",
"preset": "v2_creative",
"flash": true,
"stream": true,
"srt": false,
"seed": -1,
"dictionary": []
}
curl --location --request POST 'https://v1.vocu.ai/api/tts/simple-generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"voiceId": "e17dcb66-6418-4391-9992-a7efb6664364",
"text": "大家好啊,今天的天气真不错啊,你觉得呢?",
"promptId": "13f59448",
"preset": "v2_creative",
"flash": true,
"stream": true,
"srt": false,
"seed": -1,
"dictionary": []
}'