Webhooks

Webhooks allow you to trigger an API call to a third-party endpoint upon specific events. You can customize which asset details to be included in the request. The webhook settings are accessible from the Developers / Automations / Webhooks menu.

Photo alt \#responsive

Webhook connection settings

The Hostname field You can also provide credentials The authentication is HTTP Authorization

fielddescription
HostnameEndpoint URL
Usernameoptional Authentication with HTTP Authorization header
Passwordoptional Authentication with HTTP Authorization header

Asset triggers

triggerdescription
on uploadTriggers the call after a successful asset upload.

Request body data

You can specify which asset details to be sent as part of request JSON body:

asset typedata
allname, file size, path, MIME type
imageswidth, height
videowidth, height, duration, bitrate