Skip to main content

video-processing-success

Video processing has completed successfully for all resolutions selected, and you can now store the videoId for when you need to retrieve the urls to the video resolutions at runtime. If your video is a public video you can simply store the urls provided in the event data object as you will not need to retrieve a signed url at runtime.

Webhook payload

NameTypeRequiredDescription
webhookNamestringYesThe name of the webhook
videoIdstringYesThe ID of the video
eventvideo-processing-successYesThe event that triggered the webhook
customMetadataJsonNoCustom metadata passed by the user to be associated with the create video api call
dataObjectYesThe response data from the video creation (see below)

Webhook data object

NameTypeRequiredDescription
idstringYesThe ID of the video
isPublicbooleanYesWhether the video is public or not
variantsobjectYesThe video variants data (object)

Webhook variants object

NameTypeRequiredDescription
statusvideo-processing-successYesThe status of the video variant
video_urlstringNoThe URL of the video variant
thumbnail_urlsstring[]NoThe URLs of the video variant thumbnails