> ## Documentation Index
> Fetch the complete documentation index at: https://cloudinary.com/documentation/llms.txt
> Use this file to discover all available pages before exploring further.

# CRUD asset management APIs


Alongside upload functionality, the Cloudinary Upload API provides additional APIs for basic CRUD management of your media assets. Some of these APIs are part of the Upload API, while others are part of the Admin API.

* The methods in the [Upload API](image_upload_api_reference) are not rate-limited and can be used as needed. They primarily enable you to perform operations on individual assets.

* The Cloudinary [Admin API](admin_api) offers rate-limited methods for managing and organizing your files in bulk, such as listing all stored assets, listing tags, finding all assets that share a given tag, updating transformations, bulk deleting, etc. 

Additionally, the [Media Library](media_library_for_developers) in your Cloudinary Console offers an online user interface for managing your asset repository visually.  

{table:class=no-borders overview} Page|Description
---|---
[List assets](list_assets) | List the assets uploaded to your product environment. 
[Update assets](update_assets) | Apply actions on existing assets.
[Delete assets](delete_assets) | Delete assets from your product environment.
[Rename assets](rename_assets) | Rename an asset's public ID.
[Relate assets](relate_assets) | Establish relationships between assets based on specific organizational needs and criteria.