Update thumbnail from video
Select frame from video to use as thumbnail.
Path Parameters
- Type: stringasset
_id requiredAsset id of the video asset which needs to be deleted.
Body
application/json
- Type: integer Format: int32frame
_at _second requiredFrame secound
Responses
- text/plain
Request Example for post/video/assets/{asset_id}/thumbnail-select
curl 'https://api.gumlet.com/v1/video/assets/{asset_id}/thumbnail-select' \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"frame_at_second": 2
}'
{
"success": true,
"asset_id": "6495e52a01e29f9a90f3e884",
"thumbnail_updated_at": 1787073689058
}
