Skip to content

Mux ​

Video infrastructure API for live streaming, on-demand video hosting, and analytics.

DetailValue
CategoryMedia
Base URLhttps://api.mux.com
AuthenticationBasic Auth
Endpoints6
Connector keymux

Using Mux in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Mux from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /video/v1/assetsCreate a video asset
GET /video/v1/assetsList video assets
GET /video/v1/assets/{ASSET_ID}Get an asset
DELETE /video/v1/assets/{ASSET_ID}Delete an asset
POST /video/v1/live-streamsCreate a live stream
GET /video/v1/live-streamsList live streams

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.