Programmable Media

Ruby/Rails 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 Ruby 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 Ruby, select the Ruby tab in the Upload API reference.

Admin API example - get details of a single asset

The following Ruby 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 Ruby, select the Ruby tab in the Admin API reference.

Cloudinary Academy

 

Check out our Introduction to Cloudinary for Ruby Developers course in the Cloudinary Academy. This self-paced resource provides video-based lessons, sample scripts and other learning material to get you going with Ruby and Cloudinary today.

✔️ Feedback sent!

Rate this page: