Get Generation Status

Check the status of an image generation task.

Poll this endpoint with the art_variation_id returned from the Generate Image endpoint.

Job status values:

StatusDescription
CREATEDTask has been created but not yet started
PENDINGTask is queued for processing
PROCESSINGImage generation is in progress
DONEGeneration completed successfully — images array contains asset IDs and signed download URLs
FAILEDGeneration failed — errors object contains details

Recommended polling interval: Every 3–5 seconds.

When job_status is DONE, the response includes an images array with asset_id and a signed url for each generated image. URLs are temporary signed URLs valid for a limited time.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!