Definition
Webhook
An HTTP callback that sends data to a URL when an event occurs.
A webhook is an HTTP callback mechanism that sends data to a specified URL when a particular event occurs. In image generation, webhooks can notify your system when an image is ready, when a batch job completes, or when an error occurs. This enables asynchronous workflows where you don't have to poll for status.