Webhooks
Webhooks are used to receive notifications about events in the Blurb API. These notifications help you track the progress of your renders and batches in real-time.Webhook Events
The Blurb API sends webhooks for the following events:- Render status updates: Sent when the status of a render changes
- Batch completion: Sent when a batch of renders is completed
Example Webhooks
Render Status Updates
As a render progresses, you’ll receive status updates with the following states:- Collecting Assets
- Rendering in Progress
- Render Complete
Batch Completion
When all renders in a batch are complete, you’ll receive a batch completion webhook:Webhook Fields
type: The type of event (RENDERorBATCH)ref: Your custom reference ID for the render or batchstatus: Current status of the render/batchprogress: Progress percentage (0-100)message: Human-readable status messagerenderId: Unique identifier for the renderbatchId: Unique identifier for the batchrenderUrl: URL to access the completed render (only present when status isCOMPLETE)