Cloudinary

api.cloudinary.com

Community

Cloudinary is a cloud-based media management platform. It provides APIs for uploading, transforming, optimizing, and delivering images and videos at scale, plus an Admin API for managing your media library programmatically.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.cloudinary.com

Crawl failures

1

Last verified

2026-03-01 11:53:12

Health

Loading health data...

Capabilities

create_folder

other

Create a new folder in your Cloudinary media library to organize assets hierarchically.

Detail: https://api.cloudinary.com/capabilities/create_folder

create_upload_preset

storage

Create a reusable upload preset with predefined transformations, folder destinations, and access settings.

Detail: https://api.cloudinary.com/capabilities/create_upload_preset

delete_resource

other

Delete one or more assets from your Cloudinary account by public ID. Supports bulk deletion.

Detail: https://api.cloudinary.com/capabilities/delete_resource

generate_transform_url

other

Generate a Cloudinary delivery URL with transformations applied (resize, crop, format, quality, effects).

Detail: https://api.cloudinary.com/capabilities/generate_transform_url

get_resource_details

other

Get detailed metadata for a specific asset by its public ID, including dimensions, format, colors, and transformation history.

Detail: https://api.cloudinary.com/capabilities/get_resource_details

list_resources

other

List assets in your Cloudinary account. Filter by resource type, folder, tags, or moderation status with pagination.

Detail: https://api.cloudinary.com/capabilities/list_resources

upload_asset

storage

Upload an image or video to Cloudinary from a URL, file, or base64 string. Supports eager transformations applied on upload.

Detail: https://api.cloudinary.com/capabilities/upload_asset

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Cloudinary
Description: Cloudinary is a cloud-based media management platform. It provides APIs for uploading, transforming, optimizing, and delivering images and videos at scale, plus an Admin API for managing your media library programmatically.
Auth: api_key
Capabilities:
  - create_folder: Create a new folder in your Cloudinary media library to organize assets hierarchically.
  - create_upload_preset: Create a reusable upload preset with predefined transformations, folder destinations, and access settings.
  - delete_resource: Delete one or more assets from your Cloudinary account by public ID. Supports bulk deletion.
  - generate_transform_url: Generate a Cloudinary delivery URL with transformations applied (resize, crop, format, quality, effects).
  - get_resource_details: Get detailed metadata for a specific asset by its public ID, including dimensions, format, colors, and transformation history.
  - list_resources: List assets in your Cloudinary account. Filter by resource type, folder, tags, or moderation status with pagination.
  - upload_asset: Upload an image or video to Cloudinary from a URL, file, or base64 string. Supports eager transformations applied on upload.