---
title: Assets
description: Asset Management: Discover how to upload, remove, replace, and move assets between folders using the Storyblok Management API.
url: https://storyblok.com/docs/api/management/assets
---

# Assets

Assets such as images, videos, documents are kept in the CDN for as long as possible and will rarely hit the origin server. Each asset object references one of those uploaded images, videos, and documents. The assets endpoint allows you to retrieve and modify assets.

Endpoint

```bash
/v1/spaces/:space_id/assets/
```

## Pagination

-   [Previous: Update an Asset Folder](/docs/api/management/asset-folders/update-an-asset-folder)
-   [Next: Bulk Moving of Assets](/docs/api/management/assets/bulk-moving-of-assets)
