{
"model": "speech-2.5-hd-preview",
"text": "different,interesting",
"stream": false,
"voice_setting":{
"voice_id": "male-qn-qingse",
"speed": 1,
"vol": 1,
"pitch": 0,
"emotion": "happy"
},
"pronunciation_dict":{
"tone": ["处理/(chu3)(li3)", "危险/dangerous"]
},
"audio_setting":{
"sample_rate": 32000,
"bitrate": 128000,
"format": "mp3",
"channel": 1
},
"subtitle_enable": false,
"output_format":"url"
}curl --location --request POST 'https://api.aiznt.com/v1/audio/speech' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "speech-2.5-hd-preview",
"text": "different,interesting",
"stream": false,
"voice_setting":{
"voice_id": "male-qn-qingse",
"speed": 1,
"vol": 1,
"pitch": 0,
"emotion": "happy"
},
"pronunciation_dict":{
"tone": ["处理/(chu3)(li3)", "危险/dangerous"]
},
"audio_setting":{
"sample_rate": 32000,
"bitrate": 128000,
"format": "mp3",
"channel": 1
},
"subtitle_enable": false,
"output_format":"url"
}'{"data":{"audio":"https://minimax-algeng-chat-tts.oss-cn-wulanchabu.aliyuncs.com/audio%2Feffect%2F051ec0e21e4d8b4a9bfbcbfada338be6.mp3?Expires=1758519139\u0026OSSAccessKeyId=LTAI5tGLnRTkBjLuYPjNcKQ8\u0026Signature=5%2F5jTe%2Bi5gHwyG1fa6pWh%2Fl6yAA%3D","status":2},"extra_info":{"audio_length":2412,"audio_sample_rate":32000,"audio_size":40308,"bitrate":128000,"word_count":21,"invisible_character_ratio":0,"usage_characters":21,"audio_format":"mp3","audio_channel":1},"trace_id":"051ec0e21e4d8b4a9bfbcbfada338be6","base_resp":{"status_code":0,"status_msg":"success"}}