Mux source
Overview
The Mux source connector lets you authenticate against the Mux API.
This connector is currently in development. At this time, it supports credential validation during setup, but it does not yet expose any streams for extraction.
Setup
- In Mux, create (or locate) an API access token:
- Go to your Mux dashboard.
- Create an access token and note the Access Token ID and Secret Key.
- In your workspace, add a new Mux source.
- Enter the credentials from Mux and save.
Authentication
Mux uses HTTP Basic Authentication for API requests:
- Username: Access Token ID
- Password: Secret Key
During setup/login, the connector validates credentials by calling:
GET https://api.mux.com/video/v1/assets?limit=1
If the request fails, you’ll see an authentication/validation error.
Configuration reference
| Field | Type | Required | Description |
|---|---|---|---|
access_token_id | string | Yes | Your Mux Access Token ID (used as the Basic Auth username). |
secret_key | string | Yes | Your Mux Secret Key (used as the Basic Auth password). |
Streams
No streams are currently available. Extraction is not yet implemented for this connector.