Midjourney Tasks API
POSThttps://api.acedata.cloud/midjourney/tasks

Midjourney task query API, check status of one or more tasks.

Related Products

Midjourney - Ace Data Cloud
Midjourney image painting platform, directly connected to this API, fast and stable available.

Request Headers

acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token

Request Body

idstring
The task ID to be queried. Used when `action` is `retrieve`.
idsarray
List of task IDs for batch queries. Used when `action` is `retrieve_batch`.
limitinteger
Return the maximum number of tasks. Used when `action` is `retrieve_batch`.
actionstring
Operation type. Use `retrieve` to get a single task by `id` or `trace_id`, and use `retrieve_batch` to batch retrieve multiple tasks.
Please select
offsetinteger
Pagination offset. Used when `action` is `retrieve_batch`.
trace_idstring
The tracking ID to be queried. Use when `action` is `retrieve`.
trace_idsarray
List of tracking IDs for batch queries. Used when `action` is `retrieve_batch`.

Response

Midjourney generation
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.