歌曲查询
开发中
POST
/api/suno/feed
可以根据生成接口返回的任务id进行查询#
请求参数
Query 参数
string
可选
Header 参数
string
可选
Body 参数multipart/form-data
key
string
后台申请的key
示例值:
Bh3oi26r1FPFCMrJ59RKngSXB2
task_id
string
必需
示例值:
256cf467-fb76-9b91-2a26-2efb5db806e8_2
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://duomiapi.com/api/suno/feed' \
--form 'key="Bh3oi26r1FPFCMrJ59RKngSXB2"' \
--form 'task_id="256cf467-fb76-9b91-2a26-2efb5db806e8_2"' \
--form '=""'
返回响应
🟢200成功
application/json
Body
No schema defined
示例
{
"code": 200,
"msg": "成功",
"data": {
"status": "3",
"task_id": "fa421931-b29e-4a57-b409-4d14a5a6cbad",
"prompt": "[Verse]\nBright light shining in the sky\nSunrise comes\nThe day\"s begun\nLet\"s fly\nGotta soak up the warmth\nFeel the heat\nSpread your wings\nDance to the beat\n\n[Verse 2]\nBlazing high\nLike a wildfire\nGolden glow\nTaking us higher\nLike a guiding star\nLeading our way\nSunshine\"s here\nTime to seize the day\n\n[Chorus]\nOh\nThe sun\nOh\nRays of fire\nIgnite the world with your burning desire\nOh\nThe sun\nYour light so bright\nFill our hearts with warmth\nDay and night",
"title": "Rays of Fire",
"gpt_description_prompt": "Write a song about the sun",
"audio_url": "https://cdn1.suno.ai/fa421931-b29e-4a57-b409-4d14a5a6cbad.mp3",
"image_url": "https://cdn1.suno.ai/image_fa421931-b29e-4a57-b409-4d14a5a6cbad.png",
"video_url": "https://cdn1.suno.ai/fa421931-b29e-4a57-b409-4d14a5a6cbad.mp4",
"image_large_url": "https://cdn1.suno.ai/image_large_fa421931-b29e-4a57-b409-4d14a5a6cbad.png",
"tags": null,
"mv": "chirp-v3-0",
"continue_clip_id": null,
"continue_at": null
},
"exec_time": 0.554264,
"ip": "117.173.160.45"
}
🟠404失败
修改于 2025-04-07 03:13:15