修改标题/封面

POST /suno/submit/set-metadata

MethodPOST
Path/suno/submit/set-metadata
Typehttp
Status1
Module2102810
Folder87593027

说明

同步修改标题与封面

概览

MethodPOST
Path/suno/submit/set-metadata
Typehttp
Status1
Module2102810
Folder87593027

参数

{
  "query": [],
  "path": [],
  "cookie": [],
  "header": []
}

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "title": {
        "type": "string",
        "description": "新标题"
      },
      "image_url": {
        "type": "string",
        "description": "新封面 URL"
      },
      "clip_id": {
        "type": "string"
      }
    },
    "required": [
      "clip_id",
      "title",
      "image_url"
    ],
    "x-apifox-orders": [
      "clip_id",
      "title",
      "image_url"
    ]
  },
  "required": true,
  "mediaType": "application/json",
  "examples": [
    {
      "value": "{\n    \"clip_id\": \"e42808c7-e08a-4eb1-a288-1cd3ba952871\",\n    \"title\": \"新歌名\",\n    \"image_url\": \"https://cdn2.suno.ai/image_e42808c7-e08a-4eb1-a288-1cd3ba952871.jpeg\"\n}",
      "mediaType": "application/json",
      "description": ""
    }
  ],
  "oasExtensions": ""
}

响应

[
  {
    "id": 103274713,
    "name": "",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {},
      "x-apifox-orders": []
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "application/json",
    "headers": [],
    "oasExtensions": ""
  }
]