Asset URLs

Asset URLs Management

Get embeded urls

get

Get urls which can be embeded in an iframe for a list of assets.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
asset_identifierstring · enumOptional

Asset identifier to be used for url generation

  • universal: URLs will be generted using unique id of asset
  • personalized: URLs will be generated using customer_id and asset_name of asset
Possible values:
playback_qualitystring · enumOptional

Initial quality of video

  • HD: High Definition
  • FHD: Full High Definition
Possible values:
playback_ratestring · enumOptional

Playback rate of video Values are:

  • 1: 1x
  • 2: 2x
  • 4: 4x
  • 8: 8x
Possible values:
with_multi_viewbooleanOptional

Fetch view specific urls (Asset is required to be subscribed for multi view)

Default: false
widthinteger · min: 320 · max: 1920Optional

Width of video in pixels

Default: 640
Responses
chevron-right
200

OK

application/json
get
/urls/embeded

Get standalone urls

get

Get urls which can be opened in a standalone page for a list of assets.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
asset_identifierstring · enumOptional

Asset identifier to be used for url generation

  • universal: URLs will be generted using unique id of asset
  • personalized: URLs will be generated using customer_id and asset_name of asset
Possible values:
playback_qualitystring · enumOptional

Initial quality of video

  • HD: High Definition
  • FHD: Full High Definition
Possible values:
playback_ratestring · enumOptional

Playback rate of video Values are:

  • 1: 1x
  • 2: 2x
  • 4: 4x
  • 8: 8x
Possible values:
with_multi_viewbooleanOptional

Fetch view specific urls (Asset is required to be subscribed for multi view)

Default: false
Responses
chevron-right
200

OK

application/json
get
/urls/standalone

Last updated