生成 MP4 视频

POST /suno/submit/mp4

MethodPOST
Path/suno/submit/mp4
Typehttp
Status1
Module2102810
Folder87593027

说明

生成 MP4 视频,0 积分,异步。

概览

MethodPOST
Path/suno/submit/mp4
Typehttp
Status1
Module2102810
Folder87593027

参数

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

请求体

{
  "type": "application/json",
  "parameters": [],
  "jsonSchema": {
    "type": "object",
    "properties": {
      "clip_id": {
        "type": "string",
        "description": "歌曲 clipId"
      }
    },
    "required": [
      "clip_id"
    ],
    "x-apifox-orders": [
      "clip_id"
    ]
  },
  "mediaType": "application/json",
  "oasExtensions": "",
  "required": true,
  "additionalContentTypes": [],
  "examples": [
    {
      "value": "{\n    \"clip_id\": \"9846ddf3-f154-4198-aad9-2652c22aa879\"\n}",
      "mediaType": "application/json",
      "description": ""
    }
  ]
}

响应

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

响应示例

[
  {
    "name": "成功示例",
    "responseId": 192570683,
    "data": "{\n    \"code\": \"success\",\n    \"message\": \"\",\n    \"data\": \"1268154180129529857\"\n}",
    "description": "",
    "oasKey": "",
    "oasExtensions": "",
    "id": "019e91f5-80e8-714d-b365-030267cf6714"
  }
]