Get Asset
Returns a single asset.
get/v1/asset/{AssetID}
Path parameters
AssetIDinteger required
ID of the Asset
Response
200
Example response
{
"Type": "video",
"ContentURL": "https://stream.video-assets.kevel.com/F02sQ4e4VovltQ3xxxAMv008RpJufiNY.m3u8",
"Status": "ready",
"AdvertiserId": 45678,
"Metadata": {
"Height": 360,
"Width": 640,
"FileExtension": ".m3u8",
"AspectRatio": "16:9",
"Duration": 15.006633,
"PlaybackId": "F02sQ4e4VovltQ3xxxAMv008RpJufiNY"
},
"Name": "Example Video Asset",
"Id": 1234
}Changes
No recorded changes to this endpoint across all 1 revision of this API.