如有调用问题,通过 Model Link 首页二维码添加工作人员处理
gen(生成新歌)或 extend(扩展已有歌曲片段)。支持模型:suno-v3 / suno-v3.5 / suno-v4 / suno-v4.5+。curl --location --request POST 'https://api.modellink.online/suno/submit/music' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "[Verse]\nMove your paws\nLeft and right\nJump around\n[Chorus]\nCat dance...",
"mv": "chirp-v4",
"title": "Cat Dance",
"tags": "romantic raga"
}'{
"code": "success",
"message": "",
"data": "15f3e2b3-fd32-4233-a3b3-3dec3dd1525e"
}