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
- 201
- 400
- 401
Webhook created (includes secret)
Invalid URL (private hosts and non-standard ports are rejected)
Unauthorized