Authorizations
Body
application/json
Task ID to check status for
The unique identifier for the Midjourney generation task.
Example:
"1744449927914205"
Response
Midjourney task status response
The current status of the Midjourney task.
Available options:
SUCCESS
, FAILED
, PENDING
, RUNNING
, IN_PROGRESS
, submitted
, NOT_START
, unknown
Example:
"SUCCESS"
The unique identifier for the Midjourney generation task.
Example:
"1744449927914205"
Optional progress indicator (e.g., "0%")
Example:
"50%"
The URL of the generated image (present on SUCCESS).
Example:
"https://image-url.com/generated_image.png"
The reason for failure (present on FAILED).
Example:
"Content moderation filter triggered."