The Image &
Video Platform
Trusted by more than 2M developers and 10,000 enterprise and hypergrowth companies.
Trusted by more than 2M developers and 10,000 enterprise and hypergrowth companies.
Take advantage of Cloudinary’s capabilities in your environments and technologies.
Leverage built-in integrations or use extensible APIs and webhooks to easily integrate with the upstream and downstream applications in your tech stack.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
images = ['SKU_10', 'SKU_11', 'SKU_12', 'SKU_13’,
'SKU_514', 'SKU_615', 'SKU_16', 'SKU_17', 'SKU_18']
def crop(image):
# Auto Crops an image with c_auto to 200x200
url = cloudinary.utils.cloudinary_url(
image,
width=200,
height=200,
gravity='auto',
crop='auto'
)
return url
# Crop images and print their URLs
urls = [crop(img) for img in images]
print(urls)
images = ['SKU_10', 'SKU_11', 'SKU_12',
'SKU_13’, 'SKU_514', 'SKU_615', 'SKU_16',
'SKU_17', 'SKU_18']
def crop(image):
# Auto Crops an image with c_auto to 200x200
url = cloudinary.utils.cloudinary_url(
image,
width=200,
height=200,
gravity='auto',
crop='auto'
)
return url
# Crop images and print their URLs
urls = [crop(img) for img in images]
print(urls)
images = ['SKU_10', 'SKU_11', 'SKU_12',
'SKU_13’, 'SKU_514', 'SKU_615',
'SKU_16', 'SKU_17', 'SKU_18']
def crop(image):
# Auto Crops an image with c_auto
to 200x200
url = cloudinary.utils.cloudinary_url(
image,
width=200,
height=200,
gravity='auto',
crop='auto'
)
return url
# Crop images and print their URLs
urls = [crop(img) for img in images]
print(urls)
Image and video APIs for powerful visual experiences. Store, transform, optimize, and deliver all your media assets with easy-to-use APIs, widgets, or user interfaces.
Create, manage, and deliver dynamic visual experiences. Manage rich-media assets, streamline workflows, and deliver superior customer experience on one dynamic platform.
Add video to your website or apps in minutes. A video API allows developers to programmatically access and manipulate video content on the web, offering features such as upload, storage, encoding, and delivery optimizations.
AI-powered image and video transformation at scale. Transform your image and video workflows with Cloudinary’s generative LLM and content-aware AI features.
Here are some of the companies that trust Cloudinary as their end-to-end image, video, and digital asset management solution.
Connect Cloudinary to all solutions in your tech stack with an extensive set of prebuilt integrations and APIs.
Learn MoreIf you require any technical assistance, please contact our support team via our help center.