
🇺🇸 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
Imagine
POST
/mj/submit/imagine
任务提交
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
botType
enum<string>
optional
Allowed values:
MID_JOURNEYNIJI_JOURNEY
Example:
MID_JOURNEY
prompt
string
required
Example:
Cat
base64Array
array[string]
optional
notifyHook
string
optional
accountFilter
object
账号筛选
modes
array[string]
速度筛选
Example
{
"botType": "MID_JOURNEY",
"prompt": "Cat",
"accountFilter": {
"modes": [
"FAST"
]
}
}
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:35