Recover Deleted Asset
Recovers a deleted asset from the recycle bin.
Body
application/json
- Type: stringasset
_id requiredGumlet Video Asset Id which needs to be recovered.
Responses
- application/json
Request Example for post/video/asset/recover
curl https://api.gumlet.com/v1/video/asset/recover \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"asset_id": ""
}'

