- 前言(必读)
- OpenAI官方库使用教程
- 聊天模型(Chat)
- 向量嵌入
- 音频模型(Audio)
- 绘画模型(Painting)
- MidJourney
- Dalle
- stable-diffusionPOST
- Flux Ai POST
- 音乐创作(suno)
- 视频模型(Video)
- API接口节点
- 入门教程
- GPT4检验方法
- 注意事项
- 常见问题回答
- 联系方式
- 更多接口开发中...
查询:根据ID列表查任务
POST
https://api.chatgptsb.com/mj/task/list-by-condition
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Authorization
string
可选
示例值:
Bearer sk-xxxx
Body 参数application/json
ids
array[string]
任务ID数组
示例
{
"ids": [
"1725018853016218",
"1725017986212425"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.chatgptsb.com/mj/task/list-by-condition' \
--header 'Authorization: Bearer sk-xxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"1725018853016218",
"1725017986212425"
]
}'
返回响应
🟢200成功
application/json
Body
array of:
id
string
任务ID
action
enum<string>
任务类型
枚举值:
IMAGINEUPSCALEVARIATIONREROLLDESCRIBEBLEND
customId
string
可选
botType
string
可选
prompt
string
提示词
promptEn
string
提示词-英文
description
string
任务描述
state
string
自定义参
submitTime
integer
提交时间
startTime
integer
开始时间
finishTime
integer
结束时间
imageUrl
string
图片地址
status
enum<string>
任务状态
枚举值:
NOT_STARTSUBMITTEDIN_PROGRESSFAILURESUCCESS
progress
string
任务进度
failReason
string
失败原因
buttons
array [object {5}]
必需
customId
string
Action 提交时使用
emoji
string
必需
label
string
MJ 显示的图标
type
integer
必需
style
integer
必需
maskBase64
string
可选
properties
object
可选
finalPrompt
string
必需
finalZhPrompt
string
必需
示例
[
{
"id": "1724957502830765",
"action": "IMAGINE",
"customId": "",
"botType": "",
"prompt": "a white dog",
"promptEn": "a white dog",
"description": "Submit success",
"state": "",
"submitTime": 1724957502830,
"startTime": 1724957503801,
"finishTime": 1724957529477,
"imageUrl": "http://localhost:3001/mj/image/1724957502830765",
"status": "SUCCESS",
"progress": "100%",
"failReason": "",
"buttons": [
{
"customId": "MJ::JOB::upsample::1::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "U1",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::2::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "U2",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::3::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "U3",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::4::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "U4",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::reroll::0::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3::SOLO",
"emoji": "🔄",
"label": "",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::1::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "V1",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::2::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "V2",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::3::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "V3",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::4::7ca4f5b2-d6a0-4c44-8ba9-5635bf116ec3",
"emoji": "",
"label": "V4",
"type": 2,
"style": 2
}
],
"maskBase64": "",
"properties": {
"finalPrompt": "a white dog",
"finalZhPrompt": ""
}
},
{
"id": "1724962644658552",
"action": "IMAGINE",
"customId": "",
"botType": "",
"prompt": "a white dog",
"promptEn": "a white dog",
"description": "Submit success",
"state": "",
"submitTime": 1724962644658,
"startTime": 1724962645477,
"finishTime": 1724962680696,
"imageUrl": "http://localhost:3001/mj/image/1724962644658552",
"status": "SUCCESS",
"progress": "100%",
"failReason": "",
"buttons": [
{
"customId": "MJ::JOB::upsample::1::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "U1",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::2::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "U2",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::3::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "U3",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::upsample::4::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "U4",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::reroll::0::ab498c4a-3517-4fe1-a4b3-fa87d03e897f::SOLO",
"emoji": "🔄",
"label": "",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::1::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "V1",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::2::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "V2",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::3::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "V3",
"type": 2,
"style": 2
},
{
"customId": "MJ::JOB::variation::4::ab498c4a-3517-4fe1-a4b3-fa87d03e897f",
"emoji": "",
"label": "V4",
"type": 2,
"style": 2
}
],
"maskBase64": "",
"properties": {
"finalPrompt": "a white dog",
"finalZhPrompt": ""
}
}
]
修改于 2024-11-26 03:16:33