Webhook events serve as the method by which DeepReel informs your endpoints about various interactions or occurrences, such as the success or failure of avatar video processing. These events are transmitted by DeepReel as POST requests to your designated 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.
Please note that you can register on one webhook endpoint. Delete the old
webhook before registering a new one.