Adds an asset schedule event to a live channel

Creates a new video asset schedule event in the specified live channel's schedule. The event can be configured to loop and placed after a specific existing event using the previous ID parameter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the live channel

asset
object
required

The asset object to schedule (must include id and description)

boolean
required

Whether the asset should loop continuously

string
required

The duration timecode for the event (e.g., "00:30:00")

string
required

The ID of the schedule event after which this event should be placed

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

The specified channel was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!