跳转到主要内容
POST
/
suno
/
v2
/
wav
get wav
curl --request POST \
  --url https://api.mountsea.ai/suno/v2/wav \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clip_id": "<string>"
}
'
{}
将音频片段导出为无损 WAV 文件,适用于专业编辑、混音或母带处理等高质量音频使用场景。
这是一个异步任务。响应包含一个 taskId — 使用获取任务状态轮询以获取 WAV 下载链接。

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
clip_id
string
必填

The clip_id which used to generate the music audio continued from existing audio.

响应

201 - application/json

The response is of type object.