音色设计

POST /minimax/v1/voice_design

MethodPOST
Path/minimax/v1/voice_design
Typehttp
Status1
Module2102810
Folder78007621

概览

MethodPOST
Path/minimax/v1/voice_design
Typehttp
Status1
Module2102810
Folder78007621

参数

{
  "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": []
  }
]