如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request GET 'https://api.modellink.online/suno/fetch/2f51d73e-17cd-478f-805a-3c2428ec1d2b' \
--header 'Authorization: Bearer <token>'{
"code": "success",
"message": "",
"data": {
"task_id": "f4a94d75-087b-4bb1-bd45-53ba293faf96",
"status": "SUCCESS",
"progress": "100%",
"data": [
{
"id": "7a4bde37-f81a-4af2-a8a6-0d0c92f745b8",
"title": "Feline Reverie",
"audio_url": "https://cdn1.suno.ai/xxx.mp3",
"video_url": "https://cdn1.suno.ai/xxx.mp4",
"image_url": "https://cdn2.suno.ai/xxx.jpeg",
"model_name": "suno-v4",
"duration": 198.76,
"created_at": "2025-05-05T15:03:51.024Z"
}
]
}
}