v4

latestOpenAPI 3.0.22026-08-02109239415.7 KB
batch

Get Batch Magic Prompt Job Results if available.

Gets the results of a batch magic prompt job if available.

get/internal/batch/get-maybe-batch-results/{job_id}

Path parameters

job_idstring required

The ID of the batch job to check results for

Response

Batch magic prompt job results if available.

job_statusstring required

The status of the batch generation job.

Example response

{
  "job_status": "COMPLETE",
  "results": [
    {
      "image_url": "image_url",
      "prompt": "a cat"
    },
    {
      "image_url": "image_url",
      "prompt": "a cat"
    }
  ]
}