
🇺🇸 English

🇺🇸 English
- Chat Models
- Chat
- OpenAI-Realtime
- Completions
- Audio
- Image generation
- Embeddings
- Models
- Help
- Anthropic
- Suno
- Udio
- Midjourney API
- Flux
- Recraft
- Ideogram
- Luma
- Runway
- Kling-API
- Replicate
- MiniMax
Fetch task by id
GET
/mj/task/{id}/fetch
任务查询
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Query Params
string
optional
Header Params
string
optional
Authorization
string
optional
Default:
{{YOUR_API_KEY}}
Responses
🟢200OK
application/json
Body
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 2025-02-05 11:22:27