Image and Video API Platform
Visualize Engaging Experiences
Popular terms :
AI-powered image and video APIs, SDKs and widgets that automate the visual asset lifecycle
//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)});