{
"input": "欢迎使用IndexTTS语音合成系统,这是一个默认模式的示例。",
"prompt_audio_url": "https://www.yuntts.com/tools/tts/1769446289.mp3",
"prompt_text": "欢迎使用语音合成系统。",
"stream_mode": false,
"failover_enabled": true
}curl --location --request POST 'https://www.jiaozitts.com/api/v1/text-to-speech' \
--header 'Authorization: Bearer sk-ad3183493dae2c7ef1cd0ad350d5fb80' \
--header 'Content-Type: application/json' \
--data-raw '{
"input": "欢迎使用IndexTTS语音合成系统,这是一个默认模式的示例。",
"prompt_audio_url": "https://www.yuntts.com/tools/tts/1769446289.mp3",
"prompt_text": "欢迎使用语音合成系统。",
"stream_mode": false,
"failover_enabled": true
}'{"code":200,"message":"\u8bed\u97f3\u5408\u6210\u6210\u529f","data":{"task_id":"tts_sync_69e207fee8818","char_count":31,"cost":0,"mode":"none","status":"completed","audio_url":"https:\/\/www.yuntts.com\/wp-content\/uploads\/audio\/processed\/speech-69e207fee8671_1776420862.wav","message":"\u8bed\u97f3\u5408\u6210\u6210\u529f"}}