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/:id/tracks/:trackId/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 |
404 | {"code":"040015","name":"TrackNotFound", | The track could not be found. |