Legacy API
Image task query
This historical query endpoint remains supported. New integrations should use GET /v1/images/generations/{task_id}.
Both query routes can retrieve tasks created through either the primary or historical image creation endpoint. Signed URLs in output_images are transient and should not be used as permanent identifiers.
GET
Image task query
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Task id returned from either image creation endpoint.
Example:
"aurora_xyz789"
Image task query