5.查询任务
GET
/suno/fetch/{task_id}
请求参数
Path 参数
task_id
string
任务ID
示例值:
17350521802760039
Header 参数
Authorization
string
用户中心获取的密钥
示例值:
{{YOUR_API_KEY}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://openapi.sku.vip/suno/fetch/17350521802760039' \
--header 'Authorization: ed822e3a-ec11-48d5-9739-55f4b402e7b0'
返回响应
🟢200成功
application/json
Body
code
string
状态
message
string
信息
data
object
歌词/歌曲
taskId
string
任务id
action
string
任务类型
status
string
任务状态
failReason
null
失败原因
submitTime
integer
提交时间
startTime
integer
开始时间
finishTime
integer
结束时间
progress
string
进度
data
array [object {15}]
具体数据
示例
{
"code": "success",
"message": "success",
"data": {
"taskId": "17350521802760039",
"action": "LYRICS",
"status": "SUCCESS",
"failReason": null,
"submitTime": 1735052180,
"startTime": 1735052180,
"finishTime": 1735052180,
"progress": "100%",
"data": {
"title": "Rainbow After the Rain",
"text": "[Verse]\nStanding on a rooftop feeling the pain\nWaves of sadness pouring like grain\nBut the storm passes leaves no stain\nHere comes the rainbow after the rain\n\n[Verse 2]\nCity lights flicker neon signs\nHearts recovering from tangled vines\nFind your strength in moments of strain\nLook for the rainbow after the rain\n\n[Chorus]\nColors burst they break the chain\nHope ignites no more restrain\nIn the sky there's no disdain\nShine like a rainbow after the rain\n\n[Verse 3]\nFeet on the ground rising again\nDreams revived in every lane\nLife’s a canvas don’t refrain\nPaint it bright after the rain\n\n[Bridge]\nWhispers of wind melodies plain\nTales of joy and love regain\nIn every drop there's something to gain\nFind your rainbow after the rain\n\n[Chorus]\nColors burst they break the chain\nHope ignites no more restrain\nIn the sky there's no disdain\nShine like a rainbow after the rain",
"status": "SUCCESS"
}
}
}
修改于 2025-03-09 12:25:55