- 指南
- 通知设置-WebHook参数介绍
- 聊天(Chat)
- 所有对话模型均兼容 OpenAI 格式
- Realtime (实时语音、对话
- 聊天完成对象
- 聊天完成块对象
- GPTs
- 多模态聊天(读图\读视频\生图
- Claude 官方格式
- 对话聊天(OpenAI 格式POST
- gpt-3.5-turbo-instructPOST
- 对话 Claude ThinkingPOST
- RAG(嵌入、重排序
- 视频模型
- 视频生成模型简介
- pixverse
- 快手可灵(官方格式)
- Luma 文生视频
- 智谱清影 文生视频
- Runway
- Pika
- Sora
- 数字人
- 绘图模型
- 音频接口
- 文件上传(Files)
- PPT接口
- 帮助中心
- 平台API
- 废弃、未开放
查询单个任务
开发中
GET
{{BASE_URL}}/suno/fetch/{task_id}
最后修改时间:2024-07-25 06:32:11
请求参数
Path 参数
task_id
string
任务ID
Query 参数
string
可选
Header 参数
string
可选
示例代码
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 '{{BASE_URL}}/suno/fetch/'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
data
object
必需
task_id
string
必需
notify_hook
string
必需
action
string
必需
status
string
必需
fail_reason
string
必需
submit_time
integer
必需
start_time
integer
必需
finish_time
integer
必需
progress
string
必需
data
array [object {10}]
必需
示例
{
"code": "success",
"message": "",
"data": {
"task_id": "f4a94d75-087b-4bb1-bd45-53ba293faf96",
"notify_hook": "",
"action": "LYRICS",
"status": "SUCCESS",
"fail_reason": "",
"submit_time": 1716192124,
"start_time": 1716192124,
"finish_time": 1716192124,
"progress": "100%",
"data": {
"id": "f4a94d75-087b-4bb1-bd45-53ba293faf96",
"text": "[Verse]\nDancing in the neon light\nWith the rhythm\nFeeling so right\nMiku's here to steal the show\nWatch her dance\nFeel the techno glow\n\nShe's got moves like no one else\nIn this digital carousel\nWith her voice\nShe mesmerizes\nEvery beat\nEvery sound maximizes\n\n[Verse 2]\nIn her virtual world\nShe's the queen\nWith energy like you've never seen\nShe'll take you on a cosmic ride\nWith her dance moves\nShe can't hide",
"title": "Electric Fantasy",
"status": "complete"
}
}
}
修改于 2024-07-25 06:32:11