x-bc-access: public
servers:
- url: 'https://cms.api.brightcove.com'
- variables: {}
+ variables: { }
tags:
- name: Videos
description: 'Operations for managing videos, video metadata, audio tracks, and more.'
Clear_sources endpoints expose unencrypted sources to the preview players in the studio for customers who are using [Playback Rights](/playback-restrictions/references/index.html) to protect DRM and HLSe video content. This endpoint is also useful for customers who want to make their protected source files available to 3rd parties or internal users who have access to their API credentials.
**Important Notes:**
-
+
1. Once the unprotected URL is made available, Brightcove and the client have no control over who has access to the content or how it is used.
2. There will be egress bandwidth charges made to your account when the sources are accessed.
- name: Custom Fields
description: >-
Operations for managing renditions, manifests, and other media assets. These operations are used mainly for remote assets.
paths:
- '/v1/accounts/{{account_id}}/videos':
+ '/v1/accounts/{account_id}/videos':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/counts/videos':
+ '/v1/accounts/{account_id}/counts/videos':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos{video_ids}}':
+ '/v1/accounts/{account_id}/videos{video_ids}':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}':
patch:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/sources':
+ '/v1/accounts/{account_id}/videos/{video_id}/sources':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/images':
+ '/v1/accounts/{account_id}/videos/{video_id}/images':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/image_sources{label}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/image_sources{label}':
delete:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/variants':
+ '/v1/accounts/{account_id}/videos/{video_id}/variants':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/variants{language}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/variants{language}':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/audio_tracks':
+ '/v1/accounts/{account_id}/videos/{video_id}/audio_tracks':
get:
tags:
- Videos
examples:
audio_track:
summary: Sample audio track object
- value: [{ "duration": 86053, "encoding_rates": [ 64000, 96000, 127000, 192000 ], "id": "en_alternate", "is_default": true, "language": "en", "variant": "main" }]
+ value: [ { "duration": 86053, "encoding_rates": [ 64000, 96000, 127000, 192000 ], "id": "en_alternate", "is_default": true, "language": "en", "variant": "main" } ]
'401':
description: >-
UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/audio_tracks{audio_track_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/audio_tracks{audio_track_id}':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/digital_master':
+ '/v1/accounts/{account_id}/videos/{video_id}/digital_master':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/references':
+ '/v1/accounts/{account_id}/videos/{video_id}/references':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/ingest_jobs':
+ '/v1/accounts/{account_id}/videos/{video_id}/ingest_jobs':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/ingest_jobs{job_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/ingest_jobs{job_id}':
get:
tags:
- Videos
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/clear_videos/{{video_id}}':
+ '/v1/accounts/{account_id}/clear_videos/{video_id}':
get:
tags:
- Clear-Sources
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/clear_sources':
+ '/v1/accounts/{account_id}/videos/{video_id}/clear_sources':
get:
tags:
- Clear-Sources
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/video_fields':
+ '/v1/accounts/{account_id}/video_fields':
get:
tags:
- Custom Fields
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/video_fields/custom_fields':
+ '/v1/accounts/{account_id}/video_fields/custom_fields':
get:
tags:
- Custom Fields
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/video_fields/custom_fields/{{custom_field_id}}':
+ '/v1/accounts/{account_id}/video_fields/custom_fields/{custom_field_id}':
get:
tags:
- Custom Fields
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/channels':
+ '/v1/accounts/{account_id}/channels':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/channels{channel_name}}':
+ '/v1/accounts/{account_id}/channels{channel_name}':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/channels{channel_name}}/members':
+ '/v1/accounts/{account_id}/channels{channel_name}/members':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/channels{channel_name}}/members/{{affiliate_account_id}}':
+ '/v1/accounts/{account_id}/channels{channel_name}/members/{affiliate_account_id}':
put:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/contracts':
+ '/v1/accounts/{account_id}/contracts':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/contracts/{{master_account_id}}':
+ '/v1/accounts/{account_id}/contracts/{master_account_id}':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/shares':
+ '/v1/accounts/{account_id}/videos/{video_id}/shares':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/shares/{{affiliate_account_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/shares/{affiliate_account_id}':
get:
tags:
- Media Sharing
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/playlists':
+ '/v1/accounts/{account_id}/playlists':
get:
tags:
- Playlists
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/counts/playlists':
+ '/v1/accounts/{account_id}/counts/playlists':
get:
tags:
- Playlists
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/playlists/{{playlist_id}}':
+ '/v1/accounts/{account_id}/playlists/{playlist_id}':
get:
tags:
- Playlists
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/playlists/{{playlist_id}}/videos':
+ '/v1/accounts/{account_id}/playlists/{playlist_id}/videos':
get:
tags:
- Playlists
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/counts/playlists/{{playlist_id}}/videos':
+ '/v1/accounts/{account_id}/counts/playlists/{playlist_id}/videos':
get:
tags:
- Playlists
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/folders':
+ '/v1/accounts/{account_id}/folders':
get:
tags:
- Folders
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/folders/{{folder_id}}':
+ '/v1/accounts/{account_id}/folders/{folder_id}':
get:
tags:
- Folders
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/folders/{{folder_id}}/videos':
+ '/v1/accounts/{account_id}/folders/{folder_id}/videos':
get:
tags:
- Folders
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/folders/{{folder_id}}/videos/{{video_id}}':
+ '/v1/accounts/{account_id}/folders/{folder_id}/videos/{video_id}':
put:
tags:
- Folders
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/labels':
+ '/v1/accounts/{account_id}/labels':
post:
tags:
- Labels
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/labels/by_path/{{label_path}}':
+ '/v1/accounts/{account_id}/labels/by_path/{label_path}':
patch:
tags:
- Labels
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/subscriptions':
+ '/v1/accounts/{account_id}/subscriptions':
get:
tags:
- Notifications
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/subscriptions/{{subscription_id}}':
+ '/v1/accounts/{account_id}/subscriptions/{subscription_id}':
get:
tags:
- Notifications
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/dynamic_renditions':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/dynamic_renditions':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/renditions':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/renditions':
post:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/renditions/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/renditions/{asset_id}':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/hls_manifest':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/hls_manifest':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/hls_manifest/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/hls_manifest/{asset_id}':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/dash_manifests':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/dash_manifests':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/dash_manifests/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/dash_manifests/{asset_id}':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/hds_manifest':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/hds_manifest':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/hds_manifest/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/hds_manifest/{asset_id}':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/ism_manifest':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/ism_manifest':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/ism_manifest/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/ism_manifest/{asset_id}':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/ismc_manifest':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/ismc_manifest':
get:
tags:
- Media Assets
AllowDynamicQueryParameters: false
AllowDynamicFormParameters: false
IsMultiContentStreaming: false
- '/v1/accounts/{{account_id}}/videos/{{video_id}}/assets/ismc_manifest/{{asset_id}}':
+ '/v1/accounts/{account_id}/videos/{video_id}/assets/ismc_manifest/{asset_id}':
get:
tags:
- Media Assets
Video ID.
For example:
- - https://cms.api.brightcove.com/v1/accounts/{{account_id}}/videos/9827342837937
+ - https://cms.api.brightcove.com/v1/accounts/{account_id}/videos/9827342837937
explode: false
in: path
name: video_id
- square
style: simple
VideoId:
- description: 'Video ID (specified as `{video_id}}`) or reference id (specified as `/ref:{reference_id}`).'
+ description: 'Video ID (specified as `{video_id}`) or reference id (specified as `/ref:{reference_id}`).'
explode: false
in: path
name: video_id
One or more video ids or one reference id. If reference ids, the syntax is `ref:my_ref_id`. Note that you may include multiple video ids, but only one reference id.
For example:
- - https://cms.api.brightcove.com/v1/accounts/{{account_id}}/videos/9827342837937
- - https://cms.api.brightcove.com/v1/accounts/{{account_id}}/videos/9827342837937,47584736360
- - https://cms.api.brightcove.com/v1/accounts/{{account_id}}/videos/ref:my_ref_id
+ - https://cms.api.brightcove.com/v1/accounts/{account_id}/videos/9827342837937
+ - https://cms.api.brightcove.com/v1/accounts/{account_id}/videos/9827342837937,47584736360
+ - https://cms.api.brightcove.com/v1/accounts/{account_id}/videos/ref:my_ref_id
explode: false
in: path
name: video_ids
frame_height: 720
frame_width: 1280
id: '5510492050001'
- key_systems: []
+ key_systems: [ ]
name: Lightning-over-mosque-Utrecht.m4v Video Still
progressive_download: false
reference_id: ''
type: string
description: a full label path
example: [
- "/nature/birds",
- "/nature/birds/shorebirds",
- "/nature/birds/forestbirds",
- "/nature/mammals/seamammals"
- ]
+ "/nature/birds",
+ "/nature/birds/shorebirds",
+ "/nature/birds/forestbirds",
+ "/nature/mammals/seamammals"
+ ]
version:
type: integer
description: An internal version tracker
path:
type: string
example: {
- "path": "/nature/mammals/seamammals"
- }
+ "path": "/nature/mammals/seamammals"
+ }
LabelUpdate:
description: 'Update Label request body'
title: label
type: string
description: The new label which will replace **the last item in the label path**
example: {
- "new_label": "forest_birds",
- }
+ "new_label": "forest_birds",
+ }
Link:
description: 'map of related link properties - can only be added on update, not creation'
properties:
controller_type: DEFAULT
current_filename: 57838016001_5819043232001_5819044609001.m3u8
id: '5819043232001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4
progressive_download: false
reference_id: ''
title: Playlist
type: object
example: {
- "id": "5716873476001",
- "account_id": "57838016001",
- "created_at": "2018-01-23T12:55:29.674Z",
- "description": "My new sea playlist",
- "favorite": false,
- "name": "Sea Videos",
- "reference_id": null,
- "type": "ACTIVATED_NEWEST_TO_OLDEST",
- "updated_at": "2018-01-23T12:55:29.677Z",
- "limit": 20,
- "search": "+tags:\"birds\""
- }
+ "id": "5716873476001",
+ "account_id": "57838016001",
+ "created_at": "2018-01-23T12:55:29.674Z",
+ "description": "My new sea playlist",
+ "favorite": false,
+ "name": "Sea Videos",
+ "reference_id": null,
+ "type": "ACTIVATED_NEWEST_TO_OLDEST",
+ "updated_at": "2018-01-23T12:55:29.677Z",
+ "limit": 20,
+ "search": "+tags:\"birds\""
+ }
PlaylistCount:
example:
count: 84
title: Create/Update Playlist Fields
type: object
example: {
- "description": "My new sea playlist",
- "name": "Sea Videos",
- "type": "ACTIVATED_NEWEST_TO_OLDEST",
- "limit": 20,
- "search": "tags:birds"
- }
+ "description": "My new sea playlist",
+ "name": "Sea Videos",
+ "type": "ACTIVATED_NEWEST_TO_OLDEST",
+ "limit": 20,
+ "search": "tags:birds"
+ }
PlaylistReferences:
properties:
playlists:
type: string
events:
description: list of events subscribed to
- example: ["video-change"]
+ example: [ "video-change" ]
type: array
items:
type: string
example: ACTIVE
type: string
tags:
- description: array of tags - maximum characters per tag is 1000
+ description: array of tags - maximum characters per tag is 1000
example:
- birds
- sea
hds: null
hls: null
id: '5819042450001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4
progressive_download: true
reference_id: ''
frame_height: 90
frame_width: 160
id: '5819042821001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4 Thumbnail
progressive_download: false
reference_id: ''
hds: null
hls: null
id: '5819043030001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4
progressive_download: true
reference_id: ''
controller_type: DEFAULT
current_filename: 57838016001_5819043232001_5819044609001.m3u8
id: '5819043232001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4
progressive_download: false
reference_id: ''
frame_height: 720
frame_width: 1280
id: '5819043394001'
- key_systems: []
+ key_systems: [ ]
name: greatblueheron.mp4 Video Still
progressive_download: false
reference_id: ''
controller_type: DEFAULT
current_filename: ''
id: '5819491822001'
- key_systems: []
+ key_systems: [ ]
name: ''
profiles: null
progressive_download: false
description: |-
map of image maps - the map name is in the form `label.language` where the label is one of `poster`, `thumbnail`, `portrait`, `square`, `wide` or `ultra-wide`, and the `language` is a language identifier such as 'en', 'de', or `ko`
example: {
- "thumbnail": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/160x90/20s629ms/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/160x90/20s629ms/match/image.jpg",
- "height": 90,
- "width": 160
- }
- ]
- },
- "poster": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/1280x720/20s629ms/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/1280x720/20s629ms/match/image.jpg",
- "height": 720,
- "width": 1280
- }
- ]
- },
- "portrait.es": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/bac8717a-43db-4fa8-a6f0-189c80ee4c4e/800x1200/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/bac8717a-43db-4fa8-a6f0-189c80ee4c4e/800x1200/match/image.jpg",
- "height": 1200,
- "width": 800
- }
- ]
- },
- "thumbnail.en": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/0ce2da4d-ca36-469b-9024-0273d79feeeb/292x108/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/0ce2da4d-ca36-469b-9024-0273d79feeeb/292x108/match/image.jpg",
- "height": 108,
- "width": 292
- }
- ]
- },
- "poster.en": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/a7cb150d-c84a-48e0-9469-5b4ce80fba53/1920x1080/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/a7cb150d-c84a-48e0-9469-5b4ce80fba53/1920x1080/match/image.jpg",
- "height": 1080,
- "width": 1920
- }
- ]
- },
- "square.de": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/22209955-e136-4f17-914c-e19ec4c58886/570x570/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/22209955-e136-4f17-914c-e19ec4c58886/570x570/match/image.jpg",
- "height": 570,
- "width": 570
- }
- ]
- },
- "ultra-wide.hi": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/72fd489f-d978-44ba-8d04-1e33c7c36cef/3840x1646/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/72fd489f-d978-44ba-8d04-1e33c7c36cef/3840x1646/match/image.jpg",
- "height": 1646,
- "width": 3840
- }
- ]
- },
- "wide.fr": {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/4405a5d5-8b9e-4c2b-be71-cf4e2c153e87/2560x1440/match/image.jpg",
- "sources": [
- {
- "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/4405a5d5-8b9e-4c2b-be71-cf4e2c153e87/2560x1440/match/image.jpg",
- "height": 1440,
- "width": 2560
- }
- ]
- }
+ "thumbnail": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/160x90/20s629ms/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/160x90/20s629ms/match/image.jpg",
+ "height": 90,
+ "width": 160
+ }
+ ]
+ },
+ "poster": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/1280x720/20s629ms/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/jit/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/main/1280x720/20s629ms/match/image.jpg",
+ "height": 720,
+ "width": 1280
+ }
+ ]
+ },
+ "portrait.es": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/bac8717a-43db-4fa8-a6f0-189c80ee4c4e/800x1200/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/bac8717a-43db-4fa8-a6f0-189c80ee4c4e/800x1200/match/image.jpg",
+ "height": 1200,
+ "width": 800
+ }
+ ]
+ },
+ "thumbnail.en": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/0ce2da4d-ca36-469b-9024-0273d79feeeb/292x108/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/0ce2da4d-ca36-469b-9024-0273d79feeeb/292x108/match/image.jpg",
+ "height": 108,
+ "width": 292
+ }
+ ]
+ },
+ "poster.en": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/a7cb150d-c84a-48e0-9469-5b4ce80fba53/1920x1080/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/a7cb150d-c84a-48e0-9469-5b4ce80fba53/1920x1080/match/image.jpg",
+ "height": 1080,
+ "width": 1920
+ }
+ ]
+ },
+ "square.de": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/22209955-e136-4f17-914c-e19ec4c58886/570x570/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/22209955-e136-4f17-914c-e19ec4c58886/570x570/match/image.jpg",
+ "height": 570,
+ "width": 570
+ }
+ ]
+ },
+ "ultra-wide.hi": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/72fd489f-d978-44ba-8d04-1e33c7c36cef/3840x1646/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/72fd489f-d978-44ba-8d04-1e33c7c36cef/3840x1646/match/image.jpg",
+ "height": 1646,
+ "width": 3840
+ }
+ ]
+ },
+ "wide.fr": {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/4405a5d5-8b9e-4c2b-be71-cf4e2c153e87/2560x1440/match/image.jpg",
+ "sources": [
+ {
+ "src": "https://cf-images.us-east-1.prod.boltdns.net/v1/static/57838016001/ee705e97-3fb5-409c-99d8-703e9f57bd0a/4405a5d5-8b9e-4c2b-be71-cf4e2c153e87/2560x1440/match/image.jpg",
+ "height": 1440,
+ "width": 2560
+ }
+ ]
}
+ }
readOnly: true
title: VideoImages
type: object