- Send Request
- Model List and Price
- Model APIs
- Chat API
- Chat Completions API
- Image API
- Midjourney
- InsightFace task submission
- Task Submission
- Task Inquiry
- DALL·E 3POST
- Stable DiffusionPOST
- MJ ChatPOST
- gpt-4-all(generate images)POST
- Embedding Vector Generation Interface (Embeddings)
- Audio
- Help Center
Inquire about all tasks
GET
/mj/task/list
任务查询
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.modelless.co/mj/task/list'
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