
🇺🇸 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
Action
POST
/mj/submit/action
任务提交
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}}
Body Params application/json
chooseSameChannel
boolean
optional
customId
string
required
Example:
MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011
taskId
string
required
Example:
14001934816969359
notifyHook
string
optional
state
string
optional
enableRemix
boolean
optional
Default:
false
Example
{
"customId": "MJ::JOB::variation::3::6cebdc5d-a856-4993-871f-aa641b0cc712",
"taskId": "1731555401783739",
"enableRemix": true //本站默认自动提交Remix,如果想要V操作弹窗输入Prompt,请添加此参数。
}
Responses
🟢200OK
application/json
Body
code
integer <int32>
required
Example:
1
description
string
required
Example:
提交成功
properties
object
optional
result
string
optional
Example:
1320098173412546
Example
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Modified at 2025-02-05 11:20:40