返回模型调用 API 参考
GET/suno/act/wav/{clip_id}

获取wav

API Key none

请求示例

curl https://top.qingyuntop.ai/suno/act/wav/{clip_id} \
  -H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"

请求参数

参数位置类型必填说明示例
clip_idPathstring-9c4f48f1-c0d2-44eb-bf9c-e34d559b374c
clip_idJSON bodystringextend 后的 歌曲ID -
is_infillJSON bodystring--

返回响应 (200)

参数位置类型必填说明示例
code响应 JSONstring--
data响应 JSONstring--
message响应 JSONstring--

响应示例

{
    "code": "success",
    "data": "47443cc1-4902-42ae-ae7f-72a9900544e9",
    "message": ""
}
来源原始接口定义(用于追溯)

以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。

{
  "id": 495899778,
  "name": "获取wav",
  "type": "http",
  "serverId": "",
  "preProcessors": [],
  "postProcessors": [],
  "inheritPreProcessors": {},
  "inheritPostProcessors": {},
  "description": "",
  "operationId": "",
  "sourceUrl": "",
  "method": "get",
  "path": "/suno/act/wav/{clip_id}",
  "tags": [],
  "status": 1,
  "requestBody": {
    "type": "none",
    "parameters": [],
    "jsonSchema": {
      "type": "object",
      "properties": {
        "clip_id": {
          "description": "extend 后的 歌曲ID\n\n",
          "type": "string"
        },
        "is_infill": {
          "type": "string"
        }
      },
      "required": [
        "clip_id",
        "is_infill"
      ],
      "x-apifox-orders": [
        "clip_id",
        "is_infill"
      ]
    },
    "examples": [
      {
        "value": "",
        "mediaType": "none",
        "description": ""
      }
    ],
    "mediaType": "",
    "oasExtensions": "",
    "required": false,
    "additionalContentTypes": []
  },
  "parameters": {
    "path": [
      {
        "id": "clip_id#0",
        "name": "clip_id",
        "required": true,
        "enable": true,
        "description": "",
        "type": "string",
        "sampleValue": "9c4f48f1-c0d2-44eb-bf9c-e34d559b374c"
      }
    ],
    "query": [],
    "cookie": [],
    "header": []
  },
  "commonParameters": {
    "query": [],
    "body": [],
    "cookie": [],
    "header": []
  },
  "auth": {},
  "responses": [
    {
      "id": 138347066,
      "name": "成功",
      "code": 200,
      "contentType": "json",
      "jsonSchema": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string"
          },
          "data": {
            "type": "string"
          },
          "message": {
            "type": "string"
          }
        },
        "required": [
          "code",
          "data",
          "message"
        ],
        "x-apifox-orders": [
          "code",
          "data",
          "message"
        ]
      },
      "itemSchema": {},
      "description": "",
      "mediaType": "",
      "headers": []
    }
  ],
  "responseExamples": [
    {
      "name": "成功示例",
      "responseId": 138347066,
      "data": "{\r\n    \"code\": \"success\",\r\n    \"data\": \"47443cc1-4902-42ae-ae7f-72a9900544e9\",\r\n    \"message\": \"\"\r\n}",
      "description": "",
      "oasKey": "",
      "oasExtensions": "",
      "id": "019fc09b-0b24-777f-9849-c7fef0669733"
    }
  ],
  "codeSamples": [],
  "projectId": 8662722,
  "moduleId": 8310462,
  "folderId": 92436138,
  "ordering": 12,
  "responsibleId": 0,
  "commonResponseStatus": {},
  "advancedSettings": {
    "disabledSystemHeaders": {},
    "isDefaultUrlEncoding": 1
  },
  "customApiFields": {},
  "oasExtensions": "",
  "mockScript": {},
  "createdAt": "2026-08-02T03:53:34.000Z",
  "updatedAt": "2026-08-06T12:15:55.000Z",
  "creatorId": 2863449,
  "editorId": 2863449,
  "creatorUserId": 2863449,
  "editorUserId": 2863449,
  "responseChildren": [
    "BLANK.138347066"
  ],
  "visibility": "INHERITED",
  "securityScheme": {},
  "callbacks": ""
}