Skip to main content

Get a Thumbnail Image for a Video

Retrieves the poster (thumbnail) image for the specified video.

Authorizations: Recordings - VIEW

Requests

GET /apis/assets/:id/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.

JavaScript errors detected

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

If this problem persists, please contact our support.