Skip to main content

Create webhook

POST 

/api/webhooks

Register an endpoint for render.completed / render.failed events. The response includes the signing secret — deliveries carry an X-Zvid-Signature: sha256=<hex> header computed as HMAC-SHA256(secret, "<timestamp>.<raw body>"). Failed deliveries retry up to 5 times with exponential backoff. Webhook count is plan-limited.

Request

Responses

Webhook created (includes secret)