{
"model": "MM_TTSL_realtime_speech-01-turbo",
"voice_id": "male-qn-qingse",
"text": "你好啊,你叫什么名字",
"output_format": "wav",
"audio_sample_rate": 16000,
"speed": 1,
"volume": 0,
"bitrate":32000
}
curl --location --request POST 'https://api.mindcraft.com.cn/v1/audio/speech' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MM_TTSL_realtime_speech-01-turbo",
"voice_id": "male-qn-qingse",
"text": "你好啊,你叫什么名字",
"output_format": "wav",
"audio_sample_rate": 16000,
"speed": 1,
"volume": 0,
"bitrate":32000
}'