- 系统介绍
- 系统优势
- 补充说明
- 辅助功能
- 按量计费
- 按次计费
- OpenMeta
- GPT 4o Image Generation
- Midjourney Proxy
- Midjourney Chat
- 即梦AI2.0生图
- Recraft Proxy
- Flux.1 Proxy
- SD Proxy
- SD Chat
- Sora Proxy
- Kling Proxy
- CogVideoX Proxy
- Runway Proxy
- Runway Chat
- Luma Proxy
- Luma Chat
- Pika1.5 Proxy
- Pika1.5 Chat
- Domo Proxy
- 海绵音乐(音乐生成)
- Suno Proxy
- Suno Chat
- Udio Proxy
- Udio Chat
查询任务
开发环境
开发环境
GET
https://draw.openai-next.com/suno/fetch/{task_id}
任务查询
请求参数
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 --request GET 'https://draw.openai-next.com/suno/fetch/'
返回响应
🟢200成功
application/json
Body
code
string
状态码
示例值:
success
message
string
描述信息
示例值:
success
data
object
任务数据
taskId
string
任务ID
示例值:
17350521802760039
action
string
必需
示例值:
LYRICS
status
string
必需
示例值:
SUCCESS
failReason
string | null
失败原因
示例值:
null
submitTime
integer
必需
示例值:
1735052180
startTime
integer
必需
示例值:
1735052180
finishTime
integer
必需
示例值:
1735052180
progress
string
进度
示例值:
100%
data
object
可选
示 例值:
{"title":"Rainbow After the Rain","text":"[Verse]\nStanding on a rooftop feeling the pain...","status":"SUCCESS"}
示例
{
"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...",
"status": "SUCCESS"
}
}
}
🟠400请求有误
🟠401没有权限
🔴500服务器错误
修改于 2024-12-25 09:22:39