The JSON file enclosed in this zip is an importable Insomnia workspace with requests and an environment set up to help you complete the steps of the Live API Quick Start.
Quick-Start/-Create-Live-Event-with-the-Live-API_2017-11-20.json
file from you hard drive and import it.{
"account_id": "YOUR_ACCOUNT_ID_HERE",
"api_key": "YOUR_LIVE_API_KEY_HERE",
"client_id": "YOUE_CMS_API_CLIENT_ID_HERE",
"client_secret": "YOUE_CMS_API_CLIENT_SECRET_HERE",
"video_name": "SOME_NAME_FOR_YOUR_VIDEO",
"video_id": "VIDEO_ID_FROM_THE_RESPONSE_TO_THE_CREATE_VIDEO_REQUEST",
"playback_url": "PLAYBACK_URL_FROM_CREATE_LIVE_JOB_RESPONSE",
"access_token_url": "https://oauth.brightcove.com/v4/access_token"
}
account_id
, api_key
, client_id
, client_secret
, and video_name
variables (the video_name is arbitrary; use anything you like)playback_url
value (or the playback_url_dvr
value; either will work).playback_url
variable. Save changes.id
for the video from the response, open the Quick Start: Create Live Event Environment again and use the value you copied for video_id
variable. Save changes.