T2V(文生音色)
POST
/minimaxi/v1/text2voice接口说明
来自Minimax的文生音色频
官方文档:https://platform.minimaxi.com/document/VoiceGeneration?key=669f5af198ff2c57eeb9a0f0
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
gender
string
必需
声音的性别。取值可选,1.male、2.female。
age
string
必需
声音的年龄。取值可选:1.child、2.teenager、3.young、4.middle-aged、5.old。
voice_desc
array[string]
可选
自定义输入音色风格描述词,比如['casual','fashion'],描述词需少于等于8个。
text
string
试听音频文本。
示例
{
"gender": "female",
"age": "old",
"voice_desc": [
"Kind and friendly",
"Kind and amiable",
"Kind hearted",
"Calm tone"
],
"text": "真正的危险不是计算机开始像人一样思考,而是人开始像计算机一样思考"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前