{
"model": "BD_TTS_realtime_zh",
"voice_id": "0",
"text": "你好啊,你叫什么名字",
"speed": 5,
"volume": 5,
"output_format": "mp3",
"audio_sample_rate": 16000
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/audio/speech' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "BD_TTS_realtime_zh",
"voice_id": "0",
"text": "你好啊,你叫什么名字",
"speed": 5,
"volume": 5,
"output_format": "mp3",
"audio_sample_rate": 16000
}'