# Asset Shares An [`AssetShare`](#tag/Asset-Shares) resource is a set of [`Assets`](#tag/Assets) which has been publicly shared. This can be for a limited period of time or forever. The assets shared can be view only or can also be downloaded. ## Create an asset share - [POST /asset-shares](https://api-docs.dash.app/dash/openapi/asset-shares/createassetshare.md): Create an AssetShare. ## Get an asset share - [GET /asset-shares/{id}](https://api-docs.dash.app/dash/openapi/asset-shares/getassetshare.md): Get an AssetShare This endpoint is unauthenticated. Do not send a Bearer Token in the Authorization Header ## Update an asset share - [PATCH /asset-shares/{id}](https://api-docs.dash.app/dash/openapi/asset-shares/patchassetshare.md): Patch an AssetShare ## Delete an asset share - [DELETE /asset-shares/{id}](https://api-docs.dash.app/dash/openapi/asset-shares/deleteassetshare.md): Delete an AssetShare resource. ## Search for asset shares - [POST /asset-share-searches](https://api-docs.dash.app/dash/openapi/asset-shares/postassetsharesearch.md): Create a new AssetShareSearch