メインコンテンツへスキップ
更新日: 2026-06-06

Midjourney Overview

Crazyrouter provides a complete Midjourney API proxy, supporting all operations including Imagine, Blend, Describe, Upscale, Variation, and more. All requests are processed asynchronously via tasks.

Base Path

Authentication

Pass your API Key in the request header:

Task Object

Each Midjourney request submission returns a task object. The task object contains the following fields:

Task Status


Action Buttons

After a task completes, the buttons field contains available follow-up actions:
Use the customId to call the Action endpoint to perform the corresponding operation (upscale, variation, etc.).

API Endpoints Overview

Midjourney tasks are processed asynchronously. After submission, you need to poll the task status. It is recommended to query every 3-5 seconds until the status becomes SUCCESS or FAILURE.