get
https://api.simplified.com/api/v1/service/ai-image/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:
| Status | Description |
|---|---|
CREATED | Task has been created but not yet started |
PENDING | Task is queued for processing |
PROCESSING | Image generation is in progress |
DONE | Generation completed successfully — images array contains asset IDs and signed download URLs |
FAILED | Generation 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.