{"id":21142,"date":"2012-07-18T08:03:45","date_gmt":"2012-07-18T08:03:45","guid":{"rendered":"http:\/\/automatic_backup_of_user_uploaded_images_using_cloudinary"},"modified":"2022-04-25T08:07:19","modified_gmt":"2022-04-25T15:07:19","slug":"automatic_backup_of_user_uploaded_images_using_cloudinary","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary","title":{"rendered":"Automatic backup of user uploaded images using Cloudinary"},"content":{"rendered":"<div>As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly available online solution.<\/div>\n<div><\/div>\n<div>A major part of having a robust service is a good contingency plan, that ultimately depends on regular backups of your website\u2019s data. Your website\u2019s code is probably backed up regularly, and so is your database, but have you given thought to backing up your dynamic website assets, such as your users\u2019 uploaded images?<\/div>\n<div><\/div>\n<div>Until today, using Cloudinary as-is would have gotten you most of the way there. Cloudinary offers a simple way for you to upload your website\u2019s images and other resources to the cloud, offering high availability and robust delivery, that usually surpasses the capabilities of local hosting solutions. Even if a cloud-based hardware is damaged, its virtual nature makes sure that the data is kept safe and can be easily and transparently migrated to a replacement hardware.<\/div>\n<div><\/div>\n<div>But what about user errors, code mishaps and targeted attacks? A website user and even your admin might accidentally erase a critical user uploaded image. A vulnerability in your application may allow an attacker to perform mass deletion of images or replacing them with alternative content. How can these issues be thwarted?<\/div>\n<div><\/div>\n<div>Today, we are happy to announce Cloudinary\u2019s new backup feature. This new feature addresses all the issues we\u2019ve listed, while offering many additional benefits.<\/div>\n<div><\/div>\n<div>From now on, in addition to safely storing uploaded images in a cloud based storage (Amazon\u2019s S3 service), images can be automatically backed up to a safer location, where no casual API calls can penetrate. In addition, Cloudinary keeps multiple revisions for each uploaded resource for even greater robustness.<\/div>\n<div><\/div>\n<h3 id=\"enabling_global_and_selective_backups\">Enabling global and selective backups<\/h3>\n<div>Since backing up resources requires extra storage space, we made it optional. By default, backup is turned off.<\/div>\n<div><\/div>\n<div>To enable backup of your Cloudinary-managed resources, simply head to your management console and enable backup through the settings page. Changes will take effect immediately for all newly uploaded images.<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" style=\"margin-left: auto;margin-right: auto\" src=\"https:\/\/res.cloudinary.com\/cloudinary\/image\/upload\/wotpqzdhqxr1cprdlbunpq.png\" alt=\"Settings\" width=\"462\" height=\"562\"><\/div>\n<div><\/div>\n<div>To keep your costs down, Cloudinary\u2019s new backup solution makes sure it backs up only your unique resources. Remotely fetched images, such as Facebook and Twitter profile pictures, are not backed up because they can be automatically re-created at any time. In addition, Cloudinary keeps backup copies only for your original images and not of the derived (transformed) versions of these originals, as these too can be re-generated on demand.<\/div>\n<div><\/div>\n<div>In addition to global backup, you can also selectively enable backups for specific, important files. To do this, simply specify the new &#8216;<span style=\"color: #bb0000\"><strong>backup<\/strong><\/span>&#8216; parameter in upload API calls. Below are some examples:<\/div>\n<div><\/div>\n<div>Ruby on Rails:<\/div>\n<pre>Cloudinary::Uploader.upload(\"my_file.png\", \n                            :public_id =&gt; \"my_file\", \n                            :backup =&gt; true)\n<\/pre>\n<div>PHP:<\/div>\n<pre>CloudinaryUploader::upload(\"my_file.png\", \n                             \"public_id\" =&gt; 'my_file', \n                             \"backup\" =&gt; true)\n<\/pre>\n<div>Python:<\/div>\n<pre>cloudinary.uploader.upload(\"my_file.png\", \n                           public_id = 'my_file', \n                           backup = True)\n<\/pre>\n<div>Node.js:<\/div>\n<pre>cloudinary.uploader.upload(\"http:\/\/www.example.com\/image.jpg\", \n    function(result) { console.log(result) }, \n    { public_id: 'sample_remote', backup: true })\n<\/pre>\n<div>Make sure you upgrade to our latest client libraries to ensure the backup support.<\/div>\n<div><\/div>\n<h3>Backed-up resource browsing<\/h3>\n<div>While browsing images using our management console you\u2019ll notice that backed-up resources are now marked with a small safe icon. If the icon is red it means that a file has additional historical revisions.<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" style=\"margin-left: auto;margin-right: auto\" src=\"https:\/\/res.cloudinary.com\/cloudinary\/image\/upload\/ohm1psxzij6xj7uucoyifg.png\" alt=\"Backup images\" width=\"578\" height=\"110\"><\/div>\n<div><\/div>\n<div>Clicking on the safe icon will list all revisions, allowing you to download historical versions of a backed-up resource.<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" style=\"margin-left: auto;margin-right: auto\" src=\"https:\/\/res.cloudinary.com\/cloudinary\/image\/upload\/9rdjllh4ettfks2kwjuw.png\" alt=\"Backup revisions\" width=\"328\" height=\"202\"><\/div>\n<div><\/div>\n<div>Deleted backed-up images are listed as well. They are grayed out and marked as non existing. You can still click the safe icon to download the deleted image backup.<\/div>\n<div><\/div>\n<div><img loading=\"lazy\" decoding=\"async\" style=\"margin-left: auto;margin-right: auto\" src=\"https:\/\/res.cloudinary.com\/cloudinary\/image\/upload\/v9j3mg1vjculgqi6kpvyg.png\" alt=\"Backup deleted\" width=\"578\" height=\"61\"><\/div>\n<div><\/div>\n<h3>Backup solution availability<\/h3>\n<div>The automatic backup feature is now available for all free and paid plans of Cloudinary with no extra charge.<\/div>\n<div><\/div>\n<div>If you use <span style=\"text-decoration: line-through\">our Advanced paid plans<\/span>&nbsp;(UPDATE) any of our paid plans, you can even choose to store all backed-up files on your own S3 bucket, instead of Cloudinary\u2019s.<\/div>\n<div><\/div>\n<div>To summarize, Cloudinary\u2019s new backup capability is an important tool in your robustness arsenal. It is another important step in making Cloudinary a complete, well-rounded solution to your website\u2019s entire image management needs.<\/div>\n<div><\/div>\n<div>We would love to hear your thoughts on this new feature. Use the comment thread below to share them.<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly available online solution. A major part of having a robust service is a good contingency plan, that ultimately depends on regular backups of your website\u2019s data. Your [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":24079,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[53,91,214,229,257],"class_list":["post-21142","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-cloud-storage","tag-django","tag-node","tag-php","tag-ruby-on-rails"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Automatic backup of user uploaded images using Cloudinary<\/title>\n<meta name=\"description\" content=\"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Automatic backup of user uploaded images using Cloudinary\" \/>\n<meta property=\"og:description\" content=\"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-18T08:03:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-25T15:07:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images-png?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Automatic backup of user uploaded images using Cloudinary\",\"datePublished\":\"2012-07-18T08:03:45+00:00\",\"dateModified\":\"2022-04-25T15:07:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\"},\"wordCount\":671,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA\",\"keywords\":[\"Cloud Storage\",\"Django\",\"Node\",\"PHP\",\"Ruby on Rails\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2012\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\",\"url\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\",\"name\":\"Automatic backup of user uploaded images using Cloudinary\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA\",\"datePublished\":\"2012-07-18T08:03:45+00:00\",\"dateModified\":\"2022-04-25T15:07:19+00:00\",\"description\":\"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Automatic backup of user uploaded images using Cloudinary\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Automatic backup of user uploaded images using Cloudinary","description":"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary","og_locale":"en_US","og_type":"article","og_title":"Automatic backup of user uploaded images using Cloudinary","og_description":"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly","og_url":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary","og_site_name":"Cloudinary Blog","article_published_time":"2012-07-18T08:03:45+00:00","article_modified_time":"2022-04-25T15:07:19+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images-png?_i=AA","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary"},"author":{"name":"","@id":""},"headline":"Automatic backup of user uploaded images using Cloudinary","datePublished":"2012-07-18T08:03:45+00:00","dateModified":"2022-04-25T15:07:19+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary"},"wordCount":671,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA","keywords":["Cloud Storage","Django","Node","PHP","Ruby on Rails"],"inLanguage":"en-US","copyrightYear":"2012","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary","url":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary","name":"Automatic backup of user uploaded images using Cloudinary","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA","datePublished":"2012-07-18T08:03:45+00:00","dateModified":"2022-04-25T15:07:19+00:00","description":"As a website owner, you know the importance of having a robust web-based service. When a downtime may result in lost revenues, you strive to keep a highly","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/automatic_backup_of_user_uploaded_images_using_cloudinary#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Automatic backup of user uploaded images using Cloudinary"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1650586083\/84_automatic-backup-images\/84_automatic-backup-images.png?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=21142"}],"version-history":[{"count":2,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21142\/revisions"}],"predecessor-version":[{"id":24080,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21142\/revisions\/24080"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/24079"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=21142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=21142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=21142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}