Instructions
/events
List available webhook events to trigger notifications on the webhook URL.Request
200 - Successful Response
/register
Register a webhook URL for your API account.
url
- required - URL for your webhook to be notified for the provided enabledEvents
.enabledEvents
- required - List of events for which your webhook should be notified.Request200 - Successful Response
/list
List registered webhooks for your API account.Request
200 - Successful Response
/update
Update a registered webhook’s URL and/or enabled events.
id
- required - ID for the webhook to be updated.url
- optional - New URL for your webhook to be notified for the provided or existing enabledEvents
.enabledEvents
- optional - Updated list of events for which your webhook should be notified.200 - Successful Response
/delete
Delete a registered webhook.
id
- required - ID for the webhook to be deleted.200 - Successful Response
/submit
request without having to poll. Our API will post a request to your registered webhook URL with the following signature once your video generation is ready: