{
"gender": "female",
"age": "old",
"voice_desc": [
"Kind and friendly",
"Kind and amiable",
"Kind hearted",
"Calm tone"
],
"text": "真正的危险不是计算机开始像人一样思考,而是人开始像计算机一样思考"
}curl --location 'https://interface.chatgptten.com/router/v2/minimaxi/v1/text2voice' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"gender": "female",
"age": "old",
"voice_desc": [
"Kind and friendly",
"Kind and amiable",
"Kind hearted",
"Calm tone"
],
"text": "真正的危险不是计算机开始像人一样思考,而是人开始像计算机一样思考"
}'{
"trial_audio": "string",
"trial_audio_url": "string",
"voice_id": "string",
"base_resp": {
"status_code": 0,
"status_msg": "string"
}
}