Event format
All webhook events are in the following format:Video events
Thepayload
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
In case of errors, you are not charged for any usage
Image events
Thepayload
matches the response of GET /v1/image-projects/:id
image.started
This event is triggered when rendering begins.
Some modes do not send
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.
In case of errors, you are not charged for any usage