Media Assets
Get HDS Manifest List
Gets the hds_manifest file for a given video. Note: you can use /videos/ref:reference_id instead of /videos/video_id
get/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/hds_manifest
Path parameters
account_idstring required
Video Cloud account ID.
video_idstring required
Video ID (specified as {video_id}}).
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
[
{
"account_id": "57838016001",
"audio_only": false,
"cdn_origin_id": "8801",
"complete": true,
"controller_type": "DEFAULT",
"current_filename": "57838016001_5819043232001_5819044609001.m3u8",
"id": "5819043232001",
"key_systems": [],
"name": "greatblueheron.mp4",
"progressive_download": false,
"reference_id": "",
"remote_stream_name": "",
"remote_url": "",
"size": 0,
"type": "HLS_MANIFEST",
"updated_at": "2018-08-07T14:06:52.489Z",
"uploaded_at": "2018-08-07T14:05:57.105Z",
"video_duration": 0
}
]