v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
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

created_atstring

date/time created

durationinteger

duration in milliseconds

encoding_rateinteger

encoding rate in bps

heightinteger

frame height in pixels

idstring

the system id for the digital master

sizeinteger

file size in bytes

updated_atstring

date/time last modified

widthinteger

frame width in pixels

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
}