--- title: 'Mux' description: 'Video infrastructure API for live streaming, on-demand video hosting, and analytics.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /video/v1/assets](./post_video_v1_assets_media_createasset) | Create a video asset | | [GET /video/v1/assets](./get_video_v1_assets_media_listassets) | List video assets | | [GET /video/v1/assets/{ASSET_ID}](./get_video_v1_assets_asset_id_media_getasset) | Get an asset | | [DELETE /video/v1/assets/{ASSET_ID}](./delete_video_v1_assets_asset_id_media_deleteasset) | Delete an asset | | [POST /video/v1/live-streams](./post_video_v1_live_streams_media_createlivestream) | Create a live stream | | [GET /video/v1/live-streams](./get_video_v1_live_streams_media_listlivestreams) | List live streams | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.