Skip to content
EN

wav:获取 wav 格式文件

方法: GET路径: /suno/act/wav/{clip_id}

请求参数

Path 参数

text
clip_id
string
必需

Header 参数

text
accept
string
可选
示例:
*/*
content-type
string
必需
示例:
application/json
Authorization
string
可选
默认值:
Bearer {{YOUR_API_KEY}}

请求示例代码

Shell

bash
curl --location --request GET '/suno/act/wav/' \
--header 'accept: */*' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'content-type: application/json'

返回响应

🟢 200 成功

内容类型: application/json

响应结构

text
object

示例

json
{
    "wav_file_url": "https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.wav"
}