Webhook Event Types
See the available events you can be notified for.
Event format
All webhook events are in the following format:
Video events
The payload
matches the response of GET /v1/video-projects/:id
.
The example payload includes the subset of fields to pay attention to.
video.started
This event is triggered when rendered begins.
video.completed
This event is triggered when video is completed. The payload includes the link to download the video file.
video.errored
This event is triggered when the video ran into an error. The payload includes details on the error
Image events
The payload
matches the response of GET /v1/image-projects/:id
image.started
This event is triggered when rendering begins.
image.started
due to fast renders.image.completed
This event is triggered when image is completed. The payload includes the link to download the video file.
image.errored
This event is triggered when the image ran into an error.
Was this page helpful?