This add-on is operated by a third party: {{provider}}, and Cloudinary is not responsible for it in any way.
By subscribing to this add-on, you accept {{provider}}'s terms of service and agree that Cloudinary shall be not responsible or liable in respect to this add-on.

Select Add-on Plan:
Larger plans? Contact us

Automatically moderate all videos uploaded to your application using Googles's AI Moderation. Protect your users from explicit and suggestive adult content in images on your website or mobile application. Use Cloudinary's upload and delivery APIs knowing that Google's algorithms have approved your videos for user viewing.

For example, uploading a video that should be moderated by Google:

  Cloudinary::Uploader.upload("user_video.mp4", resource_type: :video, :moderation => 'google_video_moderation', :notification_url => 'https://mysite/mycallback')
Google AI video moderation approved
Google AI video moderation rejected
Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically categorize and tag images using the Google Auto Tagging add-on. Scene categories are identified and assigned to uploaded images, and then Cloudinary automatically adds tags based on these categories.

For example, uploading an image with categorization and automatic tagging:

Cloudinary::Uploader.upload("ice_skating.jpg", :categorization => "google_tagging", :auto_tagging => 0.6)
Google Automatic Tagging

The result includes all automatically detected categories and the assigned tags of high confidence level:

"tags": [ "skating", "footwear", "ice skating" … ],
"data": [ { "tag": "skating", "confidence": 0.964 },
          { "tag": "footwear", "confidence": 0.956 },
          { "tag": "ice skating", "confidence": 0.943 }, ...

Read more...
Select Add-on Plan:
Larger plans? Contact us

Generate automatic transcripts and subtitles for your videos with the help of the neural network-based Google Cloud Speech API.

Generate the transcript during an upload or update call.
For example:

Cloudinary::Uploader.upload("imagecon_grigsby_intro.mp4", :resource_type => :video, :raw_convert  => "google_speech")

Then include the automatically generated subtitles when you deliver your video:

http://res.cloudinary.com/demo/video/upload/l_subtitles:imagecon_grigsby_intro.transcript/imagecon_grigsby_intro.mp4

* Note: 1 unit = up to 15 seconds (partial intervals are rounded up).

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically categorize and tag videos using the Google Automatic Video Tagging add-on. Scene categories are identified and assigned to uploaded videos, and then Cloudinary automatically adds tags based on these categories.

For example, uploading a video for categorization and auto-tagging:

Cloudinary::Uploader.upload("turtle.mp4", :resource_type => :video, :categorization => "google_video_tagging", :auto_tagging => 0.7)
Google Automatic Video Tagging

The result includes all automatically detected categories and assigned tags of high confidence level:

"tags": [ "turtle", "animal" ...],
"data": [
  {"tag": "turtle", "start_time_offset"=>0.0, "end_time_offset"=>13.44, 
    "confidence": 0.93},
  {"tag": "animal", "start_time_offset"=>0.0, "end_time_offset"=>13.44, 
    "confidence": 0.93} ...  ]

* Note: 1 unit = up to 60 seconds (partial minutes are rounded up).

Read more...

Use the Google Translation add-on in conjunction with any of Cloudinary's automatic tag generation add-ons to translate the detected tags into any supported language or into multiple languages. Translations are generated using the Google Cloud state-of-the-art neural machine translation. For example, uploading an image and requesting English, French, and Spanish translations of the tags detected by the Google Auto Tagging add-on:

  Cloudinary::Uploader.upload("windmill_day.jpg",
    :categorization => "google_tagging:en:fr:es", :auto_tagging => 0.6)

The results include tags that exceed the requested confidence, translated into the requested languages, as well as translations for each identified category at all levels of confidence. For example:

"tags": [ "windmill", "moulin à vent", "molino",
          "voie navigable",  "camino acuático", "grassland",
          "prairie", "pradera", "sky", .... ],
"data": [   {
              "tag": { "en": "windmill",  "fr": "moulin à vent", "es": "molino" },
              "confidence": 0.9753, ... }]

* Note: 1 unit = 1 translated character.

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically moderate all photos uploaded to your application using Amazon Rekognition's Deep Learning algorithms. Protect your users from explicit and suggestive adult content in images on your website or mobile application. Use Cloudinary's upload and delivery APIs knowing that Amazon Rekognition's Artificial Intelligence algorithms have approved your images for user viewing.

For example, uploading an image that should be moderated by Amazon Rekognition:

Cloudinary::Uploader.upload("user_image.jpg",
:moderation => 'aws_rek', :notification_url => 'https://mysite/mycallback')

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically categorize and tag images using the Amazon Rekognition Auto Tagging add-on. Scene categories are identified and assigned to uploaded images, and then Cloudinary automatically adds tags based on these categories.

For example, uploading an image with categorization and automatic tagging:

Cloudinary::Uploader.upload("koala5.jpg",
  :categorization => "aws_rek_tagging", :auto_tagging => 0.7)
Amazon Rekognition Auto Tagging

The result includes all automatically detected categories and assigned tags of high confidence level:

"tags": [ "Animal", "Koala", "Mammal" ], ...
"data": [ { "tag": "Animal", "confidence": 0.9933 },
          { "tag": "Koala", "confidence": 0.9933 },
          { "tag": "Mammal", "confidence": 0.99333 }, ...

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically recognize and tag images using the Amazon Rekognition Celebrity Detection add-on. Celebrities are identified in your uploaded images, and then Cloudinary automatically tags the images with the celebrity names.

For example, uploading an image with celebrity detection and automatic tagging:

Cloudinary::Uploader.upload("golfer.jpg",
  :detection => "aws_rek_face",
  :auto_tagging => 0.8)
Amazon Rekognition Celebrity and Face Detection

The result includes all automatically detected celebrities and assigned tags meeting the confidence level:

"tags": [ "Tiger Woods" ], ...
"data": [ { "name": "Tiger Woods", "match_confidence": 100 }, ...

Read more...
Select Add-on Plan:
Larger plans? Contact us

Apply transformations to text detected in your images using the OCR Text Detection and Extraction Add-on (powered by the Google Vision API). Pixelate, blur or cover phone numbers, email addresses, license plates, and other undesired data. And of-course you can extract the detected text content and coordinates from any image, including multi-page documents like TIFFs and PDFs.

For example, pixelating the numbers and letters on a license plate:

cl_image_tag("black_car.jpg", :effect=>"pixelate_region:15", :gravity=>"ocr_text")
Original
OCR original image
Pixelated
OCR Pixelated image

Same example as a dynamic URL:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Transfer the style of your favorite artwork to any image using Cloudinary's Neural Artwork add-on. The add-on utilizes the deep learning algorithms of the VGG neural network to analyze the most distinct elements of any source image, such as colors, brush strokes, and other artistic aspects. It then 'overlays' those styles on your target image and delivers your new masterpiece in a matter of seconds (or less)!

For example:

cl_image_tag("beach.jpg", :effect => "style_transfer", :overlay=>"vangogh_starry_night",
 :width => 700, :height => 700, :gravity => "north",:crop => "fill")
Original
Starry Night
Mona Lisa
Angel
Read more...

Imagga's smart cropping technology automatically chooses the most visually appealing parts of your images and crop them accordingly. A great addition to Cloudinary's face detection based cropping. Any Cloudinary's image manipulation can be applied on the cropped images.

For example, embedding a 260x240 smartly cropped image:

cl_image_tag("sample_van.jpg", :crop => "imagga_scale",
             :width => 260, :height => 240)
Original
Imagga original image
Cropped
Imagga cropped image

Same example as a dynamic URL:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Capture screenshots of any public web page using URL2PNG. Further manipulate your screenshots with any of Cloudinary's image transformations to perfectly match your website's graphic design. Embed on-the-fly generated images in your site, delivered through a fast CDN.

For example, embedding a 300x225 screenshot image:

cl_image_tag("http://cnn.com/", :type => 'url2png',
 :width => 300, :height => 225, :crop => :fill, :radius => 10)
URL2PNG sample screenshot

Same example as a dynamic URL:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Reduce the file size of your photos by up to 5x using JPEGmini, while keeping their original quality and JPEG format. Any Cloudinary image manipulation can be chained as well, while the generated optimized images are cached and delivered through a fast CDN.

For example, delivering a 300x200 minified JPG image:

cl_image_tag("sample.jpg", :quality => "jpegmini"
    :width => 300, :height => 200, :crop => 'fill')
JPEGmini original image
Original: 27.4KB
JPEGmini compressed image
Cropped: 22.9KB, 17% Saved

Same example as a dynamic URL:

Read more...

Automatically moderate all photos uploaded to your application using WebPurify. Prevent adult-oriented and inappropriate images from creeping into your websites or mobile applications. Use Cloudinary's upload and delivery APIs knowing that human moderation experts approved your images for user viewing.

For example, uploading an image that should be moderated by WebPurify:

Cloudinary::Uploader.upload("user_image.jpg",
  :moderation => 'webpurify', :notification_url => 'https://mysite/mycallback')
WebPurify image moderation
Read more...

Automatically detect eyes, nose and other facial attributes in your photos using Advanced Facial Attribute Detection utilizing Microsoft's Cognitive Services. Detect gender, age and other semantic face details and combine them with Cloudinary's image manipulation capabilities to smartly crop images and place overlays over detected faces and eyes.

For example, adding overlays of glasses, automatically positioned, scaled and rotated:

cl_image_tag("coupled.jpg", :overlay => "glasses", 
  :width => 1.7, :flags => 'region_relative',
  :gravity => 'adv_eyes')
Original
Advanced facial attributes detection original image
Eyes overlay
Advanced facial attributes detection with eyes overlay

Same example as a dynamic URL:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically convert Word, Excel and PowerPoint Office documents to PDF or any image format using Aspose. Generated images can be further processed by Cloudinary to create thumbnails of any page in the document. Manipulate your thumbnails to perfectly match your graphic design.

For example, uploading a Word document and converting to it PDF:

Cloudinary::Uploader.upload("my_file_name.docx", 
  :public_id => "sample_document.docx", 
  :resource_type => 'raw', :raw_convert => 'aspose')
Aspose Office document thumbnail

A JPG thumbnail of the document can now be generated and delivered via a CDN:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Use the MetaDefender add-on to scan images, videos, documents, and other files uploaded to your account, protecting you against viruses, spyware, malware, and other malicious code.

The MetaDefender add-on leverages multiple antivirus engines simultaneously
to prevent viruses and malware from infecting your website
or mobile application. You can then deliver your files knowing that they
are approved for user viewing and downloading.

For example, uploading a PDF document that will also be scanned
by MetaDefender:

Cloudinary::Uploader.upload("user_document.pdf",
  :moderation => 'metascan',
  :notification_url => 'https://mysite/mycallback')
Metascan antivirus
Read more...

Select Add-on Plan:
Larger plans? Contact us
*The 'Free' plan for this add-on is available only to customers with a paid Cloudinary plan.

Remove the background from your photos, focus only on their main subjects and improve your conversion rates. Remove-The-Background employs expert graphic designers to quickly edit your photos to perfection. The original images will be automatically replaced with their background removed versions as soon as their editing is finished.

Cloudinary will handle all the additional editing, optimizations and delivery of the resulting images.

For example, uploading an image to the cloud while scheduling background removal:

Cloudinary::Uploader.upload("wood_chair.jpg",
  :background_removal => 'remove_the_background')
Original
Remove The Background original image
Edited
Remove The Background edited image
Read more...
Select Add-on Plan:
Larger plans? Contact us

With VIESUS™ image enhancement add-on, you can extend Cloudinary's powerful image manipulation and optimization capabilities by enhancing images to their best visual quality and automatically adjusting brightness and color, restoring sharpness, removing noise and correcting for overexposure or underexposure.

For example, embedding a 300px wide visually enhanced image:

cl_image_tag("beach.jpg", :effect => "viesus_correct", 
             :width => 300, :crop => :scale)
Original
VIESUS original image
Enhanced
VIESUS enhanced image

Same example as a dynamic URL:

Read more...
Select Add-on Plan:
Larger plans? Contact us

Automatically categorize and tag images using the Imagga Auto Tagging add-on. Scene categories are identified and assigned to uploaded images, and then Cloudinary automatically adds tags based on these categories.

For example, uploading an image with categorization and automatic tagging:

Cloudinary::Uploader.upload("turtles.jpg", 
  :categorization => "imagga_tagging",
  :auto_tagging => 0.4)
Imagga Auto Tagging

The result includes all automatically detected categories and the assigned tags of high confidence level:

"tags": [ "sea turtle", "loggerhead", "turtle" ], ...
"data": [ { "tag": "sea turtle", "confidence": 1.0 }, 
          { "tag": "loggerhead", "confidence": 1.0 },
          { "tag": "turtle", "confidence": 0.8903 }, ...

Read more...