cURL
curl --request PUT \ --url https://versuno.ai/api/public/assets/trash \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assetIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "success": true, "count": 3 }
Restores assets from trash. If assetIds is omitted, restores all trashed assets belonging to your account.
assetIds
Versuno API key. Format: uk_live_...
uk_live_...
100
Assets restored.
true
Number of assets affected.
3
Was this page helpful?