curl --location --request GET 'https://api.minimax.chat/v1/tts/stream?GroupId' \
--header 'Authorization;' \
--header 'header;' \
--header 'Content-Type: application/json' \
--data-raw '{
"voice_id": "string",
"text": "string",
"model": "string",
"speed": 0,
"vol": 0,
"pitch": 0,
"audio_sample_rate": 0,
"bitrate": 0,
"timber_weights": [
{
"voice_id": "string",
"weight": 0
}
]
}'
{
"data": {
"audio": "string",
"status": 0,
"ced": "string"
},
"extra_info": {
"audio_length": 0,
"audio_sample_rate": 0,
"audio_size": 0,
"bitrate": 0,
"word_count": 0,
"invisible_character_ratio": 0
},
"trace_id": "string",
"base_resp": {
"status_code": 0,
"status_msg": "string"
}
}