Audio & MoreSuno
Suno 获取 WAV
根据 Suno 歌曲或音频片段 ID 获取 WAV 格式文件地址。
Authorization
bearerAuth AuthorizationBearer <token>
使用 Authorization Bearer API Key 进行鉴权。
In: header
Path Parameters
clip_id*string
Suno 歌曲或音频片段 ID。
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/suno/act/wav/90f72668-ba0d-4fa7-95e6-f71bebda88b7"{
"wav_file_url": "https://cdn1.suno.ai/90f72668-ba0d-4fa7-95e6-f71bebda88b7.wav"
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}