Videos
Get Digital Master Info
Gets the stored digital master for a video, if any
get/v1/accounts/{{account_id}}/videos/{{video_id}}/digital_master
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
{
"created_at": "2019-04-30T10:09:12.548Z",
"duration": 31431,
"encoding_rate": 23152000,
"height": 1080,
"id": "a0a2e032-4de4-4495-a59e-a806d52989",
"size": 90990884,
"updated_at": "2019-04-30T10:09:12.548Z",
"width": 1920
}