Mux

Mux Webhooks

Mux Webhooks deliver signed HTTP callbacks for asset, upload, live stream, and robots job lifecycle events (video.asset.created, video.asset.ready, video.live_stream.active, video.upload.asset_created, robots.job.completed, and many more). Each delivery carries a Mux-Signature header (HMAC-SHA256 over the raw body and a per-endpoint secret) and includes attempt history visible in the dashboard.

API entry from apis.yml

apis.yml Raw ↑
aid: mux-com:webhooks
name: Mux Webhooks
tags:
- Webhooks
- Events
- Notifications
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://api.mux.com
humanURL: https://www.mux.com/docs/webhook-reference
properties:
- url: https://www.mux.com/docs/system/make-api-requests#webhook-security
  type: Documentation
- url: https://www.mux.com/docs/webhook-reference
  type: APIReference
description: Mux Webhooks deliver signed HTTP callbacks for asset, upload, live stream, and robots job
  lifecycle events (video.asset.created, video.asset.ready, video.live_stream.active, video.upload.asset_created,
  robots.job.completed, and many more). Each delivery carries a Mux-Signature header (HMAC-SHA256 over
  the raw body and a per-endpoint secret) and includes attempt history visible in the dashboard.