Skip to main content

Webhooks

Get notified in real-time when staging completes, images are claimed, or credits run low.

Setup

Configure a webhook URL for your API key:

Events

Payload format

Verifying signatures

Every webhook includes a X-Webhook-Signature header. Verify it with HMAC-SHA256:

Testing

Send a test ping to verify your endpoint:
Use webhook.site for testing during development.