Get a Thumbnail Image for a Video
Retrieves the poster (thumbnail) image for the specified video.
Authorizations: Recordings - VIEW
Requests
GET /apis/assets/:assetId/thumbnail |
Response
Success
Thumbnail image in JPEG format. |
Error
Code | Payload | Description |
---|---|---|
404 | {"code":"040011", "name":"ThumbnailNotFound", | The thumbnail is missing or is still being generated. |
404 | {"code":"040002", "name":"AssetNotFound", | Video with UUID |
Related Topics