场景一:续写音乐并获取完整音乐
1.先通过 上传音乐 或 生成音乐 获取任务的task_id和具体音乐的clip_id
2.调用生成音乐接口,提交续写任务
{
"prompt": "[Verse]\nWalking down the streets\nBeneath the city lights\nNeon signs flickering\nLighting up the night\nHeart beating faster\nLike a drum in my chest\nI'm alive in this moment\nFeeling so blessed\n\nStilettos on the pavement\nStepping with grace\nSurrounded by the people\nMoving at their own pace\nThe rhythm of the city\nIt pulses in my veins\nLost in the energy\nAs my worries drain\n\n[Verse 2]\nConcrete jungle shining\nWith its dazzling glow\nEvery corner hiding secrets that only locals know\nA symphony of chaos\nBut it's music to my ears\nThe hustle and the bustle\nWiping away my fears",
"tags": "bass-driven atmospheric heavy metal",
"mv": "chirp-v4",
"title": "City Lights",
"continue_clip_id": "85763372-3596-407b-8282-290e309b4c2a",
"continue_at": 80,
"task_id": "ef050011-3382-4608-bb08-c57f99022309",
"task": "extend"
}
3.续写成功后,可调用 歌曲拼接 接口获取完整音乐
Modified at 2025-05-06 02:45:06