POST
/
pub
/
v2
/
assets
/
archive
curl --request POST \
  --url https://api.rendernet.ai/pub/v2/assets/archive \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "ids": [
    "ast_01"
  ]
}'

V2 offers streamlined and precise attributes in requests and responses, making asset usage more efficient and simpler.

Headers

X-API-KEY
string
required

API key needed to access our public endpoints. You can find yours under the 'Account' section of the website

Body

application/json
ids
string[]