Skip to main content
PUT
/
assets
/
trash
Bulk restore from trash
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
}

Authorizations

Authorization
string
header
default:uk_live_your_api_key_here
required

Versuno API key. Format: uk_live_...

Body

application/json
assetIds
string<uuid>[]
Maximum array length: 100

Response

Assets restored.

success
boolean
Example:

true

count
integer

Number of assets affected.

Example:

3