Image generation
For image generation, webhook is sent for the following status changes: create
,active
, completed
, failed
The webhook contains generic data and the Image generation object. The type
property depends on the status change :
New status
Value of "Type" property
create
print.created
active
print.active
when one image is generated
print.progress
failed
print.failed
completed
print.completed
Last updated