Retrieve assets
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
The name of the asset. This is not necessarily the filename - it can be a custom name or title.
Timestamp (in milliseconds) at which asset was created
Name of the token used to create this object
The URL to directly download the asset, e.g. https://livepeercdn.com/asset/eawrrk06ts2d0mzb/video
. It is not recommended to use this for playback.
Hash of the asset
The playback ID to use with the Playback Info endpoint to retrieve playback URLs.
Whether the playback policy for an asset or stream is public or signed
URL for HLS playback. It is recommended to not use this URL, and instead use playback IDs with the Playback Info endpoint to retrieve the playback URLs - this URL format is subject to change (e.g. https://livepeercdn.com/asset/ea03f37e-f861-4cdd-b495-0e60b6d753ad/index.m3u8).
Requested profiles for the asset to be transcoded into. Configured
on the upload APIs payload or through the stream.recordingSpec
field for recordings. If not specified, default profiles are derived
based on the source input. If this is a recording, the source will
not be present in this list but will be available for playback.
The ID of the project
Size of the asset in bytes
Status of the asset
Type of the asset.
video
, audio
Video metadata
Was this page helpful?