Midjourney API文档
  1. 任务提交
Midjourney API文档
  • 任务提交
    • 提交Imagine任务
      POST
    • 提交Describe任务
      POST
    • 提交Blend任务
      POST
    • 提交Action任务
      POST
    • 提交Modal任务
      POST
  • 任务查询
    • 任务信息获取
      GET
    • 任务种子获取
      GET
    • 任务取消
      POST
  1. 任务提交

提交Describe任务

POST
/mj/submit/describe

请求参数

Authorization
API Key
在 header 添加参数
Authorization
示例:
Authorization: ********************
or
Body 参数application/json

示例
{
    "botType": "MID_JOURNEY",
    "link": "https://storage.fonedis.cc/attachments/1372468820912115716/1388566717961338880/hyper_realistic_3d_rendering_pink_tulip_style_686021570d5ec4451c1c120a.jpg?ex=68617307&is=68602187&hm=f939f10d79de24e3ed0f2c4dc1453c902ee6b383d13d9a1787eacfccfadb9488&",
    "language": "en"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/mj/submit/describe' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "botType": "MID_JOURNEY",
    "link": "https://storage.fonedis.cc/attachments/1372468820912115716/1388566717961338880/hyper_realistic_3d_rendering_pink_tulip_style_686021570d5ec4451c1c120a.jpg?ex=68617307&is=68602187&hm=f939f10d79de24e3ed0f2c4dc1453c902ee6b383d13d9a1787eacfccfadb9488&",
    "language": "en"
}'

返回响应

🟢200
application/json
OK
Body

示例
{
    "code": 1,
    "description": "提交成功",
    "properties": {},
    "result": 1320098173412546
}
修改于 2026-02-12 07:56:04
上一页
提交Imagine任务
下一页
提交Blend任务
Built with