Cloudinary
api.cloudinary.com
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.
api_key
free
1.0
https://api.cloudinary.com
1
2026-03-01 11:53:12
Health
Capabilities
create_folder
otherCreate a new folder in your Cloudinary media library to organize assets hierarchically.
Detail: https://api.cloudinary.com/capabilities/create_folder
create_upload_preset
storageCreate a reusable upload preset with predefined transformations, folder destinations, and access settings.
Detail: https://api.cloudinary.com/capabilities/create_upload_preset
delete_resource
otherDelete 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
otherGenerate a Cloudinary delivery URL with transformations applied (resize, crop, format, quality, effects).
Detail: https://api.cloudinary.com/capabilities/generate_transform_url
get_resource_details
otherGet 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
otherList 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
storageUpload 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.