音色设计
POST /minimax/v1/voice_design
概览
| Method | POST |
|---|---|
| Path | /minimax/v1/voice_design |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 78007621 |
参数
{ "header": [ { "required": false, "description": "", "type": "string", "id": "98YW81Nkfv", "enable": true, "name": "Content-Type", "sampleValue": "application/json" }, { "required": false, "description": "", "type": "string", "id": "0Q7pqZpbsW", "enable": true, "name": "Authorization", "sampleValue": "Bearer sk-JN5bs9an9L7hmCoBbKZ4HcB49mUM49CFP39VMcuh5pL6ebzK" } ] }
请求体
{ "type": "application/json", "parameters": [], "jsonSchema": { "type": "object", "properties": {} }, "required": true, "mediaType": "", "examples": [ { "mediaType": "application/json", "value": "{\r\n \"prompt\": \"讲述悬疑故事的播音员,声音低沉富有磁性。\",\r\n \"preview_text\": \"夜深了,古屋里只有他一人。窗外传来若有若无的脚步声,他屏住呼吸,慢慢地,慢慢地,走向那扇吱呀作响的门……\",\r\n \"voice_id\":\"yssj00043333\",\r\n \"aigc_watermark\":false\r\n}" } ], "oasExtensions": "" }
响应
[ { "id": 159645097, "name": "成功", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": {} }, "itemSchema": {}, "description": "", "mediaType": "", "headers": [] } ]