# Assets

Manage digital assets interaction with 3rd party Digital Asset solution

## Upload an asset

 - [POST /v1/assets](https://test.docs.reece.tech/apis/dam/openapi/openapi-1/assets/uploadasset.md): Accepts a multipart file and uploads it to 3rd party Digital Asset solution. Returns the digital asset ID and upload ID on success.

## Get asset details

 - [GET /v1/assets/{assetId}](https://test.docs.reece.tech/apis/dam/openapi/openapi-1/assets/retrieveassetdetails.md): Returns the asset details for the given asset id.

## Delete asset

 - [DELETE /v1/assets/{assetId}](https://test.docs.reece.tech/apis/dam/openapi/openapi-1/assets/deleteasset.md): Permanently deletes the asset with the given asset id.

