List Available Webhhok Events
See detailed API reference Let’s begin exploring webhooks by enumerating all the available webhook events within the DeepReel API.For now the only subscribable events are
video.generation.success, and
video.generation.failWe currently support registering only one endpoint (via the dashboard).
Events Payload
Register a Webhook Endpoint
See detailed API reference Utilize the webhook register endpoint to register your endpoint, which will listen for DeepReel events.events refers to the specific events you wish to process. If set to null, your endpoint will receive all supported events from DeepReel.
