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

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

Path Parameters

clip_id
string
required

歌曲ID

Response

200 - application/json

成功响应

mp4
string
Example:

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