{
"gender": "female",
"age": "old",
"voice_desc": [
"Kind and friendly",
"Kind and amiable",
"Kind hearted",
"Calm tone"
],
"text": "真正的危险不是计算机开始像人一样思考,而是人开始像计算机一样思考"
}
curl --location --request POST 'https://api.302.ai/minimaxi/v1/text2voice' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"gender": "female",
"age": "old",
"voice_desc": [
"Kind and friendly",
"Kind and amiable",
"Kind hearted",
"Calm tone"
],
"text": "真正的危险不是计算机开始像人一样思考,而是人开始像计算机一样思考"
}'
{}