Mux ​
Video infrastructure API for live streaming, on-demand video hosting, and analytics.
| Detail | Value |
|---|---|
| Category | Media |
| Base URL | https://api.mux.com |
| Authentication | Basic Auth |
| Endpoints | 6 |
| Connector key | mux |
Using Mux in a workflow ​
- Go to Connections and click New Connection.
- Pick Mux from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /video/v1/assets | Create a video asset |
| GET /video/v1/assets | List video assets |
| GET /video/v1/assets/{ASSET_ID} | Get an asset |
| DELETE /video/v1/assets/{ASSET_ID} | Delete an asset |
| POST /video/v1/live-streams | Create a live stream |
| GET /video/v1/live-streams | List live streams |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.