Poll a generation
Authentication
API key for access control. Use in the header with the name “Api-Key”
Path parameters
URL-safe base64 ID of the generation returned by the async generation endpoint.
Response
URL-safe base64 ID of the generation.
Current status of the generation. pending: still in progress; the response contains only generation_id, status, and created. completed: finished successfully; the response also includes response_type and data. failed: generation did not succeed; the response contains only generation_id, status, and created.
Present when status is completed; always “url” for this shape.
A list of generated images. Present when status is completed.