提升音乐风格

POST /suno/submit/upsample-tags

MethodPOST
Path/suno/submit/upsample-tags
Typehttp
Status-1
Module2102810
Folder86482047

概览

MethodPOST
Path/suno/submit/upsample-tags
Typehttp
Status-1
Module2102810
Folder86482047

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "original_tags": {
        "description": "原始风格描述",
        "type": "string"
      }
    },
    "required": [
      "original_tags"
    ],
    "x-apifox-orders": [
      "original_tags"
    ]
  },
  "required": true,
  "mediaType": "",
  "examples": [
    {
      "mediaType": "application/json",
      "value": "{\n  \"original_tags\": \"深度浩室,情感,旋律\"                  // 原始风格描述\n}\n\n"
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 108570975,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]