Light Mode
Detailed Explaination on Midjourney Task Result
This page gives detailed explaination on PiAPI's MidjourneyAPI task result.
Parameter | Description |
---|---|
discord_image_url | The exact output URL provided by the Midjourney bot. Check the second part of this page for more details. |
image_url | A temporary URL for the result image. Retention policies in API Output Storage. |
temporary_image_urls | An array of four image URLs split from the original image hosted on Midjourney CDN. Check the second part of this page for more details. |
task_progress | Represents the task progress as a percentage (0-100). Check the second part of this page for more details. |
intermediate_image_urls | An array of preview images displayed by Midjourney while the job is in progress. Check the second part of this page for more details. |
seed | The seed value used to generate the image, available only through the Seed operation. |
message | The message generated by PiAPI. |
error_messages | Error messages generated by PiAPI and Midjourney, crucial for troubleshooting. |
actions | The available next steps for this task. |
Access to Optional Task Result Parameters
Certain optional parameters are only visible to users based on their subscription plans, as outlined below(PAYG=PAY-AS-YOU-GO, HYA=HOST-YOUR-ACCOUNT):
Optional Task Result Parameters | Free + PAYG |
Free + HYA |
Creator + PAYG |
Creator + HYA |
Pro + PAYG |
Pro + HYA |
---|---|---|---|---|---|---|
task_progress (Fetch, Webhook when notify_progress=true) | NO | NO | YES | YES | YES | YES |
intermediate_image_urls (Fetch, Webhook) | NO | NO | NO | YES | NO | YES |
discord_image_url (Fetch, Webhook) | NO | YES | NO | YES | YES | YES |
temporary_image_urls (Fetch, Webhook) | NO | YES | NO | YES | YES | YES |
Modified at 16 hours ago