Skip to main content
GET
/
suno
/
act
/
mp4
/
{clip_id}
cURL
curl --request GET \
  --url https://proxy.innk.cc/suno/act/mp4/{clip_id} \
  --header 'Authorization: Bearer <token>'
{
  "mp4": "https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.mp4"
}

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

mp4
string
Example:

"https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.mp4"