English
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" }
Generate mp4 mv video
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Song ID
successful response
"https://cdn1.suno.ai/a624123d-22cc-4d4d-bf28-78d312f61597.mp4"
Was this page helpful?