Learn how to listen to asset events using Studio webhooks.
uploaded
or is ready
, so that you can surface
this information to viewers.
When these events happen, you can configure Studio to make a POST
request to a
webhook URL that you specify.
asset.created | This fires when an On Demand asset is created. |
asset.updated | This fires when an On Demand asset is updated. The asset payload will contain a playback URL when playback is available. |
asset.ready | This fires when an On Demand asset is ready. Playback will be available with all transcoded renditions. |
asset.failed | This fires when an On Demand asset fails during the upload or during processing. |
asset.deleted | This fires when an On Demand asset is deleted. |
asset
prefix) and click “Create Webhook”.