Download OpenAPI specification:Download
Reference for the Brightcove EPG API, used to create and retrieve an Electronic Programming Guide for a channel created in Studio - see Using Cloud Playout to Stream VOD Videos for details on how to create a channel.
For additional information on the API, see the Overview: EPG API.
The EPG API and Cloud Playout are currently in limited availability. If you are interested in trying it out, contact your Account Manager.
Base URL: https://sm.cloudplayout.brightcove.com
'Retrieve an EPG generated by Video Cloud for a channel'
account_id required | string Video Cloud account ID |
channel_id required | string The channel ID. The channel id can be found in the browser URL when you are in the Channel view of the Cloud Playout section of Studio: |
limit | integer <int32> Example: limit=20 'Number of items to return - 100 items are returned by default. Note that the limit value may prevent all programmes for the specified time period from being returned. See EPG API Best Practices for more information.' |
start | string Example: start=2020-07-24%2015%3A30%3A00%20%2B0530 'Start date-time for the EPG in URI-encoded ISO 8601 Date format. Note that the span of the |
end | string Example: end=2020-07-24%2015%3A30%3A00%20%2B0530 'End date-time for the EPG in URI-encoded ISO 8601 Date format. Note that the span of the |
include_ads | boolean Example: include_ads=true 'Set this to true to include ads in the response. Default is |
Content-Type required | string Content-Type: application/json |
Authorization required | string Authorization: Bearer access_token (see Getting Access Tokens) |