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.

Mux Webhooks is one of 8 APIs that Mux publishes on the APIs.io network.

Tagged areas include Webhooks, Events, and Notifications. The published artifact set on APIs.io includes API documentation and an API reference.

API entry from apis.yml

apis.yml Raw ↑
aid: mux-com:webhooks
name: Mux Webhooks
tags:
- Webhooks
- Events
- Notifications
image: https://kinlane-productions2.s3.amazonaws.com/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.