Skip to main content

Get a Thumbnail Image for a Video Track

This API endpoint allows integrators to request a specific thumbnail. HMP uses a separate poster image and thumbnail for each track/source of a multi-source video.

Authorizations: Recordings - VIEW

Requests

GET /apis/assets/:assetId/tracks/:trackId/thumbnail

Response

Success

Thumbnail image in JPEG format.

Error

Code

Payload

Description

404
{"code":"040011", "name":"ThumbnailNotFound",
"message":"Thumbnail not found", "httpStatusCode":404}

The thumbnail is missing or is still being generated.

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

404
{"code":"040015","name":"TrackNotFound",
"message":"Track not found", "httpStatusCode":404}

The track could not be found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.