Assets
Archive Asset
The archive assets endpoint allows users to archive their uploaded assets. Users can send a list of asset ids to this endpoint to archive the associated assets.
POST
/
pub
/
v1
/
assets
/
archive
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Body
application/json
ids
string[]
Response
200 - application/json
data
object[]
err
object
The error if the request was not successful
Was this page helpful?