Channels

v4

The Live Channel API enables the creation and management of live channels, allowing you to configure and retrieve channel details as needed.

When creating a live channel, you must determine whether it will leverage schedule entries. This setting cannot be changed after the channel has been created.

🚧

Certain features are incompatible with live channels that utilize schedule entries.


Key Features

  • Create and delete live channels for streaming.
  • Retrieve all live channels or specific channels by ID.
  • Update existing live channels with new configurations.

Live Channel Management

Live channels are the foundation of streaming workflows. Use the following endpoints to administer them:

Available Endpoints

Endpoint

Description

Add Live Channel POST /channels

Create a new live channel.

Delete Live Channel
DELETE /channels/{Live Channel ID}

Delete a specific live channel.

Get All Live Channels
GET /channels

Retrieve all live channels associated with your account.

Get Live Channel
GET /channels/{Live Channel ID}

Retrieve details of a specific live channel.

Update Live Channel
PATCH /channels/{Live Channel ID}

Update the configuration of an existing live channel.


Base URL

Use the following base URL for API requests:

https://services.uplynk.com/api/v4