Skip to main content
GET
/
suno
/
act
/
wav
/
{clip_id}
cURL
curl --request GET \
  --url https://proxy.innk.cc/suno/act/wav/{clip_id} \
  --header 'Authorization: Bearer <token>'
{
  "wav_file_url": "https://cdn1.suno.ai/2dd391cd-996b-4843-9738-1aed26f170e4.wav"
}

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Path Parameters

clip_id
string
required

Song ID

Response

200 - application/json

successful response

wav_file_url
string
Example:

"https://cdn1.suno.ai/2dd391cd-996b-4843-9738-1aed26f170e4.wav"