
🇨🇳 Chinese

🇨🇳 Chinese
- OpenAI格式
- Anthropic
- Suno(音乐)
- Udio(音乐)
- Midjourney API文档(生图)
- Flux(生图)
- Recraft(生图)
- Ideogram(生图)
- Luma(视频)
- Runway(视频)
- PIKA(视频)
- 可灵API(官方接口)
- Replicate 通用接口
- MiniMax海螺(视频)
查询所有任务
Deprecated
GET
/mj/task/list
任务查询
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200OK
application/json
Body
array of:
action
enum<string>
optional
Allowed values:
IMAGINEUPSCALEVARIATIONZOOMPANDESCRIBEBLENDSHORTENSWAP_FACE
buttons
array[object (可执行按钮) {5}]
optional
customId
string
optional
emoji
string
optional
label
string
optional
style
integer <int32>
optional
type
integer <int32>
optional
description
string
optional
failReason
string
optional
finishTime
integer <int64>
optional
id
string
optional
imageUrl
string
optional
progress
string
optional
prompt
string
optional
promptEn
string
optional
properties
object
optional
startTime
integer <int64>
optional
state
string
optional
status
enum<string>
optional
Allowed values:
NOT_STARTSUBMITTEDMODALIN_PROGRESSFAILURESUCCESSCANCEL
submitTime
integer <int64>
optional
Example
[
{
"action": "IMAGINE",
"buttons": [
{
"customId": "string",
"emoji": "string",
"label": "string",
"style": 0,
"type": 0
}
],
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}
]
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2024-07-29 05:25:06