Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
执行 Midjourney 后续操作:放大、变体、混合、描述等
更新日期:2026-06-06
POST /mj/submit/action
taskId
customId
buttons
notifyHook
state
curl -X POST https://api.crazyrouter.com/mj/submit/action \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "taskId": "task_1234567890", "customId": "MJ::JOB::upsample::1::abc123" }'
{ "code": 1, "description": "提交成功", "result": "task_action_001", "properties": {} }
POST /mj/submit/blend
botType
MID_JOURNEY
NIJI_JOURNEY
base64Array
dimensions
PORTRAIT
SQUARE
LANDSCAPE
curl -X POST https://api.crazyrouter.com/mj/submit/blend \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "base64Array": [ "data:image/png;base64,iVBORw0KGgo...", "data:image/png;base64,iVBORw0KGgo..." ], "dimensions": "SQUARE" }'
{ "code": 1, "description": "提交成功", "result": "task_blend_001" }
POST /mj/submit/describe
base64
curl -X POST https://api.crazyrouter.com/mj/submit/describe \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "base64": "data:image/png;base64,iVBORw0KGgo..." }'
POST /mj/submit/modal
prompt
maskBase64
curl -X POST https://api.crazyrouter.com/mj/submit/modal \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY" \ -d '{ "taskId": "task_1234567890", "prompt": "add a rainbow in the sky" }'