Skip to main content
POST
Reverse a prompt from an image. Responds synchronously (measured 1–3s), but it still follows the platform’s standard async flow — poll the task after submitting.

Parameters

Request example

Response

The text result is in prompt / description of the query result; image_urls / grid_image_url are not returned. The result is four numbered suggestions, separated by \n and prefixed with the digit emoji 1️⃣2️⃣3️⃣4️⃣:

Notes

  • Describe runs on an independent processing channel and does not consume the regular image-generation concurrency quota.
  • Returns synchronously in ~1–3s, but you still poll GET /v1/tasks/{task_id} (or GET /v1/midjourney/{task_id}) for the result.
  • A missing image returns 400; a single image over 12 MiB returns 400.