{"audio": {
"voice_type": "zh_male_M392_conversation_wvae_bigtts",
"encoding": "mp3",
"speed_ratio": 1.0
},
"request": {
"reqid": "xxxx",
"text": "你好啊",
"operation": "query"
}
}
curl --location --request POST 'https://api.302.ai/doubao/tts_hd' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{"audio": {
"voice_type": "zh_male_M392_conversation_wvae_bigtts",
"encoding": "mp3",
"speed_ratio": 1.0
},
"request": {
"reqid": "xxxx",
"text": "你好啊",
"operation": "query"
}
}'
{}