Get a single generated image
Returns the generated image. Image outputs are retained for ~7 days after generation; after that the endpoint returns 410 Gone with code: output_expired. If the generation never produced an output (status failed, cancelled, moderation_rejected, or polling-timeout expired), this endpoint returns 422 Unprocessable Entity with code: output_not_available — check GET /v1/images/{id} for the failure reason. Save what you want to keep — long-term storage is intentionally not part of the platform.
This route is anonymous-read: knowing the URL is sufficient to fetch the bytes. Browser <img> tags work directly without auth headers. API consumers can still send Authorization: Bearer … or X-Api-Key: … — these are accepted but not required.
Headers
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Path Parameters
Generation id
Zero-based output index
x >= 0Response
Generated image. Content-Type reflects the media type (typically image/png or image/jpeg).
The response is of type file.

