cURL
Endpoint Examples
Retrieve Midjourney Generation Status
Check the status of an asynchronous Midjourney image generation task
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.nano-gpt.com/llms.txt
Use this file to discover all available pages before exploring further.
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."