Image & Video APIs
AI-powered programmable media APIs, SDKs and widgets that automate the visual asset lifecycle
Getting Started
Check it out
//upload remote GoogleDrive image and apply auto-tagging
cloudinary.uploader.upload(
'https://drive.google.com/file/d/1gnXAJZh-Of70TzpU1Meja4TAgqc6CVe7/view',
{
public_id: 'bag_model',
categorization: 'google_tagging',
auto_tagging: 0.75,
})
.then((result)=>{
console.log(result)}).catch((error)=> {console.log(error)});
//Generate transformation URL
const url = cloudinary.url('bag_model', {
transformation: [
//remove background
{ effect: 'background_removal' }
]
});
Popular Features
-
Advanced Transformations
Programmatically generate endless variations from each asset -
Leading-Edge Optimizations
Automatically deliver the best size, format, and quality for every device -
AI-Based Asset Analysis
Get AI-based analyses of your images and videos -
Feature-Rich Video Player
Deliver optimized video at scale in our feature-rich video player
More Cloudinary Products
Next.js
