Skip to main content

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

  1. 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.
  2. In your workspace, add a new Mux source.
  3. 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

FieldTypeRequiredDescription
access_token_idstringYesYour Mux Access Token ID (used as the Basic Auth username).
secret_keystringYesYour Mux Secret Key (used as the Basic Auth password).

Streams

No streams are currently available. Extraction is not yet implemented for this connector.