Programmable Media

PHP SDK (Legacy) asset management

Last updated: Oct-31-2023

While using Cloudinary, all your images, videos, and other raw files are uploaded to Cloudinary. You can use our Media Explorer web interface to browse through and manage your uploaded media assets. In addition, you can use methods from the Upload and Admin APIs, which offer methods for managing, organizing, and creating media assets.

  • Upload API methods can be used as needed.
  • Admin API methods are rate-limited.
    You can view the number of hourly Admin API requests allowed by your Cloudinary plan in the Account page of your Console Settings.

Upload API

In addition to the upload method, this API includes methods for:

Admin API

A secure API with methods for managing and organizing your media assets, including:

Upload API example - delete a single asset

The following PHP example uses the Upload API destroy method to delete the video with public ID sample:

Sample output:

Tip
To delete multiple assets use the Admin API delete_resources method.

For more Upload API examples in PHP, select the PHP tab in the Upload API reference.

Admin API example - get details of a single asset

The following PHP example uses the Admin API resource method to return details of the image with public ID sample:

Sample output:

For more Admin API examples in PHP, select the PHP tab in the Admin API reference.

✔️ Feedback sent!

Rate this page: