Create a webhook endpoint
Register an HTTPS endpoint to receive signed events for the given event types. The response includes the endpoint id, URL, and subscribed event types.
Authorizations
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Body
HTTPS URL Roughy will POST events to. Must be publicly routable — private, loopback, and link-local hosts are rejected. Max 2000 characters.
2000Terminal-state event types to subscribe to: asset.failed, asset.pending_payment, asset.ready, cut.completed, cut.failed, render.cancelled, render.completed, render.failed, subtitle.completed, subtitle.failed. An empty list subscribes to every event type. Unknown types are rejected with 422.
Optional human label for your own reference.