1. Midjourney Open API
MaxAPI Docs
  • Quick Start
  • OpenAI API
    • About OpenAI Compatible API
    • Chat
      • Chat Completion
    • Images
      • Create Image
    • Audio
      • Text To Speech API
  • Midjourney Open API
    • About Midjourney and Prices
    • Submit Imagine Task
      POST
    • Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)
      POST
    • Submit Blend Task
      POST
    • Submit Modal Task
      POST
    • Submit Describe Task
      POST
    • Submit Shorten Task
      POST
    • Submit FaceSwap Task
      POST
    • Upload Files to Discord
      POST
    • Specify ID Query Task
      GET
    • Specify ID Query Task (fetch)
      GET
    • Specify the ID List Query Task
      GET
    • Obtain the seed of the Task Image
      GET
  • Luma video
    • Luma Task Creation
      POST
    • Luma Expand Video
      POST
    • Luma Query Task
      GET
    • Luma Download video
      GET
  • Suno Music
    • Generate music
      POST
    • Query task
      GET
  • Anthropic Claude
    • Claude Chat Completion
      POST
  • Flux API
    • Create Image
  • Schemas
    • Chat
      • ChatSession
      • ChatMessage
      • ChatGPTParams
      • UserPrompts
      • OnlinePrompts
    • User
      • User
      • UserLog
      • UserToken-D
    • Pay
      • UserOrder
      • UserBill
    • System
      • OpenAIKey
      • SystemOpenAIKey
      • Settings
      • SmtpSettings
      • MailDto
    • Draw
      • AIImages
      • MjImagineQueryResult
    • InteralDataModelDefine
    • Schemas
      • Blend提交参数
      • CheckActivationDTO
      • CustomAccountFilter
      • Describe提交参数
      • Discord账号
      • Filter
      • Imagine提交参数
      • GlobalVersionDTO
      • Map«string,object»
      • Message«Discord账号»
      • Message«List«string»»
      • Message«Map«string,object»»
      • Message«Void»
      • Message«string»
      • Modal提交参数
      • Option
      • Pageable
      • Page«Map«string,object»»
      • Page«任务»
      • Shorten提交参数
      • Sort
      • SwapFace提交参数
      • TaskQueryDTO
      • 任务
      • 任务查询参数
      • 变化任务提交参数
      • 变化任务提交参数-simple
      • 可执行按钮
      • 可执行按钮_1
      • 执行动作参数
      • 提交结果
      • 文件上传参数
      • 激活服务参数
      • 账号修改参数
      • 账号创建参数
      • 账号查询参数
      • 账号筛选条件
    • Payload
    • PubResponse
  1. Midjourney Open API

Submit Action Task(All associated button actions UPSCALE; VARIATION; REROLL; ZOOM, etc.)

Developing
POST
https://api.maxapi.ai/mj-relax/mj/submit/action
hint:
Switch modes by modifying request uri, for example:

Request

Header Params

Body Params application/json

Example
{
    "customId": "MJ::JOB::upsample::3::67205abe-ad76-4055-b496-b958970f92f2",
    "taskId": "1710761946823501",
    "notifyHook": "string",
    "state": "string"
}

Request Code 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 'https://api.maxapi.ai/mj-relax/mj/submit/action' \
--header 'Authorization: Bearer sk-V3ESFCWr3ZLemf878bC71eCcF36c483a8f448a02487dAdC7' \
--header 'Content-Type: application/json' \
--data '{
    "customId": "MJ::JOB::upsample::3::67205abe-ad76-4055-b496-b958970f92f2",
    "taskId": "1710761946823501",
    "notifyHook": "string",
    "state": "string"
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "code": "1",
    "description": "Submitted successfully",
    "properties": "string",
    "result": "1320098173412546"
}
Modified at 2024-07-24 18:10:31
Previous
Submit Imagine Task
Next
Submit Blend Task
Built with