How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zype Playout Scheduler API

Cloud playout for FAST and linear channels: channels, HLS/UDP/RTMP delivery profiles, destinations and connectors, draft and published schedule versions, revertible timeline operations, assets (blocks, ads, bumpers, videos, playlists, graphics, live streams), ad timings, recurrence rules, and EPG export in XMLTV, JSON rundown and Vizio/TCL/Wurl/Roku formats. 82 operations. This is the only Zype API that authenticates with an X-API-Key header rather than a query parameter.

Zype Playout Scheduler API is one of 15 APIs that Zype publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include FAST, Linear TV, Playout, Scheduling, and EPG. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 82 operations across 51 paths, organized into 12 resource areas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.zype.com/.

82 operations 51 paths 0 schemas 12 DELETE41 GET19 POST10 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.zype.com/
Authentication
API Key
Resource Areas
12

Authentication & Security 1

Zype Playout Scheduler API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (api_key). By default, every request must be authenticated.

Paths & Operations 82

Across 51 paths, the API surfaces 82 operations — 12 DELETE, 41 GET, 19 POST, 10 PUT. They span 12 resource areas, including Channels, HLS Profiles, UDP Profiles, RTMP Profiles, Destinations, Draft Versions, Timeline Operations, Published Versions, and 4 more. Each is listed below with its method, path, parameters, and response codes.

Channels 7
GET
/scheduler/v1/channels
List Channels
getPlayoutSchedulerChannels 2 params → 200422
POST
/scheduler/v1/channels
Create Channel
createPlayoutSchedulerChannel body → 201422
GET
/scheduler/v1/channels/{id}
View Channel
getPlayoutSchedulerChannel 1 param → 200404
DELETE
/scheduler/v1/channels/{id}
Delete Channel
deleteChannel 1 param → 200404
PUT
/scheduler/v1/channels/{id}
Update Channel
updateChannel 1 param body → 200404422
POST
/scheduler/v1/channels/{id}/stop
Stop On-Air Channel
stopLiveChannel 1 param → 200404422
POST
/scheduler/v1/channels/{id}/graphics_sync
Sync automated graphic insertions
graphicsSync 1 param → 200404422
HLS Profiles 6
GET
/scheduler/v1/profiles/hls
List HLS Profiles
→ 200422
POST
/scheduler/v1/profiles/hls
Create HLS Profile
createHlsProfile body → 201422
GET
/scheduler/v1/profiles/hls/{id}
View HLS Profile
getHlsProfile 1 param → 200404
DELETE
/scheduler/v1/profiles/hls/{id}
Delete HLS Profile
deleteHlsProfile 1 param → 200404
PUT
/scheduler/v1/profiles/hls/{id}
Update HLS Profile
updateHlsProfile 1 param body → 200404422
POST
/scheduler/v1/profiles/hls/{id}/duplicate
Duplicate HLS Profile
duplicateHlsProfile 1 param → 200404422
UDP Profiles 6
GET
/scheduler/v1/profiles/udp
List UDP Profiles
→ 200422
POST
/scheduler/v1/profiles/udp
Create UDP Profile
createUdpProfile body → 201422
GET
/scheduler/v1/profiles/udp/{id}
View UDP Profile
getUdpProfile 1 param → 200404
DELETE
/scheduler/v1/profiles/udp/{id}
Delete UDP Profile
deleteUdpProfile 1 param → 200404
PUT
/scheduler/v1/profiles/udp/{id}
Update UDP Profile
updateUdpProfile 1 param body → 200404422
POST
/scheduler/v1/profiles/udp/{id}/duplicate
Duplicate UDP Profile
duplicateUdpProfile 1 param → 200404422
RTMP Profiles 6
GET
/scheduler/v1/profiles/rtmp
List RTMP Profiles
→ 200422
POST
/scheduler/v1/profiles/rtmp
Create RTMP Profile
createRtmpProfile body → 201422
GET
/scheduler/v1/profiles/rtmp/{id}
View RTMP Profile
getRtmpProfile 1 param → 200404
DELETE
/scheduler/v1/profiles/rtmp/{id}
Delete RTMP Profile
deleteRtmpProfile 1 param → 200404
PUT
/scheduler/v1/profiles/rtmp/{id}
Update RTMP Profile
updateRtmpProfile 1 param body → 200404422
POST
/scheduler/v1/profiles/rtmp/{id}/duplicate
Duplicate RTMP Profile
duplicateRtmpProfile 1 param → 200404422
Destinations 7
GET
/scheduler/v1/types
List Destination Types
getDestinationTypes 2 params → 200422
GET
/scheduler/v1/types/{id}
View Destination Type
getDestinationType 1 param → 200404
GET
/scheduler/v1/channels/{id}/destinations
List Destinations
getChannelsDestinations 1 param → 200422
POST
/scheduler/v1/channels/{id}/destinations
Create Destination
createChannelDestination 1 param body → 201422
GET
/scheduler/v1/channels/{id}/destinations/{destinationId}
View Destination
getChannelDestination 2 params → 200404
DELETE
/scheduler/v1/channels/{id}/destinations/{destinationId}
Delete Destination
deleteChannelDestination 2 params → 200404
PUT
/scheduler/v1/channels/{id}/destinations/{destinationId}
Update Destination
updateChannelDestination 2 params body → 200404422
Draft Versions 4
GET
/scheduler/v1/channels/{id}/draft
View Channel's Draft
getPlayoutSchedulerChannelDraft 4 params → 200404
GET
/scheduler/v1/channels/{id}/draft/items/{itemId}/graphics
View track item's automated graphics
getPlayoutSchedulerTrackItemGraphics 2 params → 200404
GET
/scheduler/v1/channels/{id}/draft/rundown
View Channel Draft's Schedule Rundown
getPlayoutSchedulerChannelDraftsRundown 3 params → 200404
POST
/scheduler/v1/channels/{id}/draft/publish
Publish Channel's Draft
publishPlayoutSchedulerChannelDraft 1 param → 200404422
Timeline Operations 5
GET
/scheduler/v1/channels/{id}/draft/operations
List Operations
getPlayoutSchedulerOperations 1 param → 200422
POST
/scheduler/v1/channels/{id}/draft/operations
Create Operation
createPlayoutSchedulerOperation 1 param body → 201422
DELETE
/scheduler/v1/channels/{id}/draft/operations
Revert all operations
revertAllPlayoutSchedulerOperations 1 param → 200404
GET
/scheduler/v1/channels/{id}/draft/operations/{operationId}
View Operation
getPlayoutSchedulerOperation 2 params → 200404
POST
/scheduler/v1/channels/{id}/draft/operations/{operationId}/revert
Revert a Draft Schedule to the specified operation
revertPlayoutSchedulerOperation 2 params → 200404422
Published Versions 1
GET
/scheduler/v1/channels/{id}/published
View Channel's Published
getPlayoutSchedulerChannelPublished 2 params → 200404
Assets 27
GET
/scheduler/v2/assets/blocks
List Blocks
getPlayoutSchedulerBlocksV2 7 params → 200422
POST
/scheduler/v2/assets/blocks
Create Block
createPlayoutSchedulerBlockV2 body → 201422
GET
/scheduler/v2/assets/blocks/{id}
View Block
getPlayoutSchedulerBlockV2 1 param → 200404
PUT
/scheduler/v2/assets/blocks/{id}
Update Block
updateBlockV2 1 param body → 200404422
DELETE
/scheduler/v2/assets/blocks/{id}
Delete Block
deleteBlockV2 1 param → 204404
GET
/scheduler/v2/assets/ads
List Ads
listAdsV2 6 params → 200422
GET
/scheduler/v2/assets/ads/{id}
View Ad
getAdV2 1 param → 200404
GET
/scheduler/v2/assets/bumpers
List Bumpers
listBumpersV2 6 params → 200422
GET
/scheduler/v2/assets/bumpers/{id}
View Bumper
getBumperV2 1 param → 200404
GET
/scheduler/v2/assets/videos
List Videos
listVideosV2 6 params → 200422
GET
/scheduler/v2/assets/videos/{id}
View Video
getPlayoutVideoV2 1 param → 200404
GET
/scheduler/v2/assets/playlists
List Playlists
listPlayoutPlaylistsV2 6 params → 200422
GET
/scheduler/v2/assets/playlists/{id}
View Playlist
getPlayoutPlaylistV2 1 param → 200404
GET
/scheduler/v2/assets/ad_timings
List Ad Timings
getPlayoutSchedulerAdTimings 1 param → 200422
POST
/scheduler/v2/assets/ad_timings
Create Ad Timing
createPlayoutSchedulerAdTiming body → 201422
DELETE
/scheduler/v2/assets/ad_timings
Delete Ad Timings
deletePlayoutSchedulerAdTimings 1 param → 204404
PUT
/scheduler/v2/assets/ad_timings/{id}
Update Ad Timing
updatePlayoutSchedulerAdTiming 1 param body → 200404422
DELETE
/scheduler/v2/assets/ad_timings/{id}
Delete Ad Timing
deletePlayoutSchedulerAdTiming 1 param → 204404
GET
/scheduler/v2/assets/{channelId}/live_streams
List Live Assets
getPlayoutSchedulerLiveAssets 7 params → 200422
POST
/scheduler/v2/assets/{channelId}/live_streams
Create Live Asset
createPlayoutSchedulerLiveAsset 1 param body → 201422
PUT
/scheduler/v2/assets/{channelId}/live_streams/{id}
Update Live Asset
updatePlayoutSchedulerLiveAsset 2 params body → 200404422
DELETE
/scheduler/v2/assets/{channelId}/live_streams/{id}
Delete Live Asset
deletePlayoutSchedulerLiveAsset 2 params → 204404
GET
/scheduler/v2/assets/graphics
List Graphics
getGraphics 6 params → 200422
POST
/scheduler/v2/assets/graphics
Create Graphic
createGraphic body → 201422
GET
/scheduler/v2/assets/graphics/{id}
View Graphic
getGraphic 1 param → 200404
PUT
/scheduler/v2/assets/graphics/{id}
Update Graphic
updateGraphic 1 param body → 200404422
DELETE
/scheduler/v2/assets/graphics/{id}
Delete Graphic
deleteGraphic 1 param → 204404
Uploads 2
POST
/scheduler/v2/uploads
Create Upload
createUploadPlayout body → 200404422
GET
/scheduler/v2/uploads/{id}
Get Upload
getUpload 1 param → 200404
EPG 6
GET
/scheduler/v1/channels/{id}/published/rundown
JSON Rundown EPG
getPlayoutSchedulerChannelPublishedJsonRundownEPG 4 params → 200404
GET
/scheduler/v1/channels/{id}/published/rundown/xmltv.xml
View Channel's Published Rundown XMLTV format
channelXMLTVEPG 5 params → 200404
GET
/scheduler/v2/channels/{id}/epg/vizio
Vizio EPG
getVizioEPG 2 params → 200404
GET
/scheduler/v2/channels/{id}/epg/tcl
Tcl EPG
getTclEPG 2 params → 200404
GET
/scheduler/v2/channels/{id}/epg/wurl
Wurl EPG
getWurlEPG 2 params → 200404
GET
/scheduler/v2/channels/{id}/epg/roku
Roku EPG
getRokuEPG 2 params → 200404
Recurrence Rules 5
GET
/scheduler/v2/recurrence_rules
List Recurrence Rules
getRecurrenceRules 4 params → 200422
POST
/scheduler/v2/recurrence_rules
Create Recurrence Rule
createRecurrenceRule body → 201422
GET
/scheduler/v2/recurrence_rules/{id}
View Recurrence Rule
getRecurrenceRule 1 param → 200404
DELETE
/scheduler/v2/recurrence_rules/{id}
Delete Recurrence Rule
deleteRecurrenceRule 1 param → 200404
PUT
/scheduler/v2/recurrence_rules/{id}
Update Recurrence Rule
updateRecurrenceRule 1 param body → 200404422

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zype-playout-scheduler.json Raw ↑

Other APIs Zype publishes across the network.

Zype Platform API
Zype Monetization API
Zype Consumers API
Zype Live API (V3)
Zype Zobjects API
Zype Analytics API (V3)
Zype Analytics API (V2)
Zype Custom Regions API
Zype Content Rule Groups API
Zype Content Rule Profiles API
Zype TVE API
Zype Consumer Authentication API
Where this information came from

This is an independent, third-party profile of Zype Playout Scheduler API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.