{
"text": "你好,欢迎使用IndexTTS语音合成系统。",
"voice": "jack_cheng",
"stream_mode": false,
"emo_random": false,
"emo_control_method": 0
}curl --location 'https://www.jiaozitts.com/api/v1/indextts2_generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"text": "你好,欢迎使用IndexTTS语音合成系统。",
"voice": "jack_cheng",
"stream_mode": false,
"emo_random": false,
"emo_control_method": 0
}'{}