{"id":1926,"date":"2014-12-15T12:00:16","date_gmt":"2014-12-15T12:00:16","guid":{"rendered":"http:\/\/evolphin.com\/help\/?p=1926"},"modified":"2020-05-30T01:42:58","modified_gmt":"2020-05-30T05:42:58","slug":"zoom-metadata-api","status":"publish","type":"post","link":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/","title":{"rendered":"Zoom Metadata API"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Metadata API<\/h2>\n\n\n\n<p>Zoom metadata can be fetched by the Zoom Find command easily. Once you have the desired metadata for an asset, you can edit it using the SetMetadata API as described below.<\/p>\n\n\n\n<p><strong>Request URL:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zm.server:8443\/command\n<\/div><\/figure>\n\n\n\n<p><strong>Authentication Parameters:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>zm_username=&lt;zoom-username&gt;<\/li><li>zm_cookie=&lt;zoom-auth-cookie&gt;, or,<\/li><li>zm_password=&lt;zoom-password&gt;<\/li><\/ul>\n\n\n\n<div class=\"note\">You should specify either one of the &#8220;zm_cookie&#8221; parameter or the &#8220;zm_password&#8221; parameter. If both are specified, the password parameter takes precedence.<\/div>\n\n\n\n<p><strong>Request JSON Syntax:&nbsp;<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>data=<\/p>\n<p>{<\/p>\n<\/div>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p style=\"padding-left: 30px;\">clientVersion:&#8221;ZoomClient\/4.1-b5835&#8243;,<\/p>\n<p style=\"padding-left: 30px;\">cmd:setmetadata,<\/p>\n<p style=\"padding-left: 30px;\">message:<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">newData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">key:&lt;name of the metadata property&gt;,<\/p>\n<p style=\"padding-left: 120px;\">value:&lt;value to be assigned&gt;<\/p>\n<p style=\"padding-left: 90px;\">},<\/p>\n<p style=\"padding-left: 90px;\">&#8230; so on<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">delData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">&lt;name of the metadata property to be deleted&gt;,<\/p>\n<p style=\"padding-left: 90px;\">&#8230; so on<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">assetsInfo:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">fuid:&lt;Asset ID of the asset on which the metadata modifications must be applied&gt;,<\/p>\n<p style=\"padding-left: 120px;\">rrn:&lt;Repository Revision Number at which the modifications must be applied&gt;<\/p>\n<p style=\"padding-left: 90px;\">},<\/p>\n<p style=\"padding-left: 90px;\">&#8230; so on<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">append: true | false \/\/ append = false will replace the existing values with the request parameters<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<p><strong>Request Sample:<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>zm_username=some-user&amp;<\/p>\n<p>zm_cookie=zoom-auth-cookie-for-user&amp;<\/p>\n<p>data=<\/p>\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">clientVersion:&#8221;ZoomClient\/4.1-b5835&#8243;,<\/p>\n<p style=\"padding-left: 30px;\">cmd:setmetadata,<\/p>\n<p style=\"padding-left: 30px;\">message:<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">newData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">key:&#8221;IPTC_Keywords&#8221;,value:&#8221;grey&#8221;<\/p>\n<p style=\"padding-left: 90px;\">}<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">delData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">assetsInfo:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">fuid:187,<\/p>\n<p style=\"padding-left: 120px;\">rrn:429<\/p>\n<p style=\"padding-left: 90px;\">}<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">append:false<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<p><strong>Response JSON syntax:<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">&#8220;success&#8221;:&lt;true\/false&gt;<\/p>\n<p>}<\/p>\n<\/div>\n\n\n<div data-post-id=\"1937\" class=\"insert-page insert-page-1937 \">\n<h2 class=\"wp-block-heading\">Keyword Stock API<\/h2>\n\n\n\n<p><span class=\"keyword\">Keywords<\/span> are critical metadata and Zoom offers some&nbsp;special Web APIs targeted towards keywords management.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"keyword\">View Keyword Stock<\/span><\/h2>\n\n\n\n<p><strong>Request URL:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zm.server:8443\/command\n<\/div><\/figure>\n\n\n\n<p><strong>Request JSON Syntax:<\/strong><\/p>\n\n\n\n<p>The &#8220;data&#8221; parameter of the request is in JSON format. It must carry, apart from the command name i.e. cmd: getkwstock, a JSON&nbsp;object &#8220;message&#8221;, which will be interpreted by the Zoom API engine, to retrieve the stock. This message consists of an optional component, as given below:<\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>data=<\/p>\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">clientVersion:&#8221;ZoomClient\/4.1-b5835&#8243;,<\/p>\n<p style=\"padding-left: 30px;\">cmd:getkwstock,<\/p>\n<p style=\"padding-left: 30px;\">message:<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">mtime: &lt;Epoch time in milliseconds from when you want to fetch the changes in the Zoom keyword database; set to 0 if you want to fetch the entire stock&gt;<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<p><strong>Request Sample:<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>zm_username=some_user&amp;<\/p>\n<p>zm_cookie=zoom-auth-cookie-for-user&amp;<\/p>\n<p>data=<\/p>\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">clientVersion:&#8221;ZoomClient\/4.1-b5835&#8243;,<\/p>\n<p style=\"padding-left: 30px;\">cmd:getkwstock,<\/p>\n<p style=\"padding-left: 30px;\">message:<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">mtime: 0<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<p><strong>Response JSON Syntax:&nbsp;<\/strong><\/p>\n\n\n\n<p>If successful, all entries that were either modified or added to the <span class=\"keyword\">keyword stock<\/span> since the specified &#8220;mtime&#8221; will be returned in the form of JSON, along with the total count of keywords available. Each keyword entry contains the following:<\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>parentKwid: &lt;Keyword ID of the parent under which this keyword is defined; -1 if defined at the ROOT&gt;<\/p>\n<p>kwid: &lt;Keyword ID of the current entry&gt;<\/p>\n<p>value: &lt;String associated with the current entry&gt;<\/p>\n<\/div>\n\n\n\n<p><strong>Response JSON Sample:&nbsp;<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>{<br>&#8220;entries&#8221;:<\/p>\n<p style=\"padding-left: 30px;\">[<\/p>\n<p style=\"padding-left: 60px;\">{<\/p>\n<p style=\"padding-left: 90px;\">&#8220;parentKwid&#8221;: 74,<br>&#8220;kwid&#8221;: 76,<br>&#8220;value&#8221;: &#8220;fir&#8221;<\/p>\n<p style=\"padding-left: 60px;\">},<br>{<\/p>\n<p style=\"padding-left: 90px;\">&#8220;parentKwid&#8221;: -1,<br>&#8220;kwid&#8221;: 59,<br>&#8220;value&#8221;: &#8220;brent&#8221;<\/p>\n<p style=\"padding-left: 60px;\">},<\/p>\n<p style=\"padding-left: 60px;\">&#8230; so on<\/p>\n<p style=\"padding-left: 30px;\">],<br>&#8220;nentries&#8221;: 94,<br>&#8220;success&#8221;: true<\/p>\n<p>}<\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"keyword\">Edit Keyword Stock<\/span><\/h2>\n\n\n\n<p><strong>Request URL:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-embed\"><div class=\"wp-block-embed__wrapper\">\nhttp:\/\/zm.server:8443\/command\n<\/div><\/figure>\n\n\n\n<p><strong>Request JSON Syntax:&nbsp;<\/strong><\/p>\n\n\n\n<p>The &#8220;data&#8221; parameter of the request is in JSON format. It must carry, apart from the command name i.e. cmd: editkwstock, a JSON&nbsp;object called &#8220;message&#8221;, which will be interpreted by the Zoom API engine. This message consists of the following two components required to execute the editing of the stock.<\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>newData:<\/p>\n<p>[<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">kwid: &lt;A negative number &lt; -1 if you want to create a new keyword, or the keyword ID of the entry that you want to edit&gt;<\/p>\n<p style=\"padding-left: 60px;\">parentKwid: &lt;The keyword ID of the parent under which this keyword is to be created \/ moved to; specify -1 for ROOT&gt;,<\/p>\n<p style=\"padding-left: 60px;\">value:&nbsp;&lt;The keyword string&gt;<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>]<\/p>\n<\/div>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>delData:<\/p>\n<p>[<\/p>\n<p>&lt; specify the list of comma-separated keyword IDs, of the entries that must be deleted from the stock&gt;<\/p>\n<p>]<\/p>\n<\/div>\n\n\n\n<p><strong>Request Sample:<\/strong><\/p>\n\n\n\n<div class=\"json\" style=\"color: white; padding: 10px; font-size: 80%; background: #4b4d50;\">\n<p>zm_username=some_user&amp;<\/p>\n<p>zm_cookie=zoom-auth-cookie-for-user&amp;<\/p>\n<p>data=<\/p>\n<p>{<\/p>\n<p style=\"padding-left: 30px;\">clientVersion:&#8221;ZoomClient\/4.1-b5835&#8243;,<\/p>\n<p style=\"padding-left: 30px;\">cmd:editkwstock,<\/p>\n<p style=\"padding-left: 30px;\">message:<\/p>\n<p style=\"padding-left: 30px;\">{<\/p>\n<p style=\"padding-left: 60px;\">newData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">kwid: -100,<\/p>\n<p style=\"padding-left: 120px;\">parentKwid: -1,<\/p>\n<p style=\"padding-left: 120px;\">value: &#8220;Newly&nbsp;created sample keyword&#8221;<\/p>\n<p style=\"padding-left: 90px;\">},<\/p>\n<p style=\"padding-left: 90px;\">{<\/p>\n<p style=\"padding-left: 120px;\">kwid: -101,<\/p>\n<p style=\"padding-left: 120px;\">parentKwid: -100,<\/p>\n<p style=\"padding-left: 120px;\">value: &#8220;Newly&nbsp;created child keyword&#8221;<\/p>\n<p style=\"padding-left: 90px;\">},<\/p>\n<p style=\"padding-left: 60px;\">],<\/p>\n<p style=\"padding-left: 60px;\">delData:<\/p>\n<p style=\"padding-left: 60px;\">[<\/p>\n<p style=\"padding-left: 90px;\">40, 38, 100<\/p>\n<p style=\"padding-left: 60px;\">]<\/p>\n<p style=\"padding-left: 30px;\">}<\/p>\n<p>}<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Metadata API Zoom metadata can be fetched by the Zoom Find command easily. Once you have the desired metadata for an asset, you can edit it using the SetMetadata API as described below. Request URL: Authentication Parameters: zm_username=&lt;zoom-username&gt; zm_cookie=&lt;zoom-auth-cookie&gt;, or, zm_password=&lt;zoom-password&gt; You should specify either one of the &#8220;zm_cookie&#8221; parameter or the &#8220;zm_password&#8221; parameter. If [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[30,67],"tags":[],"class_list":["post-1926","post","type-post","status-publish","format-standard","hentry","category-api","category-metadata"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Zoom Metadata API - Evolphin Documentation<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zoom Metadata API - Evolphin Documentation\" \/>\n<meta property=\"og:description\" content=\"Metadata API Zoom metadata can be fetched by the Zoom Find command easily. Once you have the desired metadata for an asset, you can edit it using the SetMetadata API as described below. Request URL: Authentication Parameters: zm_username=&lt;zoom-username&gt; zm_cookie=&lt;zoom-auth-cookie&gt;, or, zm_password=&lt;zoom-password&gt; You should specify either one of the &#8220;zm_cookie&#8221; parameter or the &#8220;zm_password&#8221; parameter. If [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Evolphin Documentation\" \/>\n<meta property=\"article:published_time\" content=\"2014-12-15T12:00:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-30T05:42:58+00:00\" \/>\n<meta name=\"author\" content=\"Rahul Bhargava\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rahul Bhargava\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/\"},\"author\":{\"name\":\"Rahul Bhargava\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\"},\"headline\":\"Zoom Metadata API\",\"datePublished\":\"2014-12-15T12:00:16+00:00\",\"dateModified\":\"2020-05-30T05:42:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/\"},\"wordCount\":214,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"articleSection\":[\"API and Scripting\",\"Metadata\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/\",\"name\":\"Zoom Metadata API - Evolphin Documentation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\"},\"datePublished\":\"2014-12-15T12:00:16+00:00\",\"dateModified\":\"2020-05-30T05:42:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/api\\\/zoom-metadata-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zoom Metadata API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"name\":\"Evolphin Documentation\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/evolphin.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#organization\",\"name\":\"Evolphin Documentation\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"contentUrl\":\"https:\\\/\\\/evolphin.com\\\/help\\\/wp-content\\\/uploads\\\/2020\\\/04\\\/cropped-evolphin-logo-dolphin_sm.png\",\"width\":200,\"height\":200,\"caption\":\"Evolphin Documentation\"},\"image\":{\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/evolphin.com\\\/help\\\/#\\\/schema\\\/person\\\/e5f3dc53ac5f026ed258e224e75447f7\",\"name\":\"Rahul Bhargava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g\",\"caption\":\"Rahul Bhargava\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zoom Metadata API - Evolphin Documentation","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:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/","og_locale":"en_US","og_type":"article","og_title":"Zoom Metadata API - Evolphin Documentation","og_description":"Metadata API Zoom metadata can be fetched by the Zoom Find command easily. Once you have the desired metadata for an asset, you can edit it using the SetMetadata API as described below. Request URL: Authentication Parameters: zm_username=&lt;zoom-username&gt; zm_cookie=&lt;zoom-auth-cookie&gt;, or, zm_password=&lt;zoom-password&gt; You should specify either one of the &#8220;zm_cookie&#8221; parameter or the &#8220;zm_password&#8221; parameter. If [&hellip;]","og_url":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/","og_site_name":"Evolphin Documentation","article_published_time":"2014-12-15T12:00:16+00:00","article_modified_time":"2020-05-30T05:42:58+00:00","author":"Rahul Bhargava","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rahul Bhargava","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/#article","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/"},"author":{"name":"Rahul Bhargava","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7"},"headline":"Zoom Metadata API","datePublished":"2014-12-15T12:00:16+00:00","dateModified":"2020-05-30T05:42:58+00:00","mainEntityOfPage":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/"},"wordCount":214,"commentCount":0,"publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"articleSection":["API and Scripting","Metadata"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/","url":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/","name":"Zoom Metadata API - Evolphin Documentation","isPartOf":{"@id":"https:\/\/evolphin.com\/help\/#website"},"datePublished":"2014-12-15T12:00:16+00:00","dateModified":"2020-05-30T05:42:58+00:00","breadcrumb":{"@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/evolphin.com\/help\/api\/zoom-metadata-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/evolphin.com\/help\/"},{"@type":"ListItem","position":2,"name":"Zoom Metadata API"}]},{"@type":"WebSite","@id":"https:\/\/evolphin.com\/help\/#website","url":"https:\/\/evolphin.com\/help\/","name":"Evolphin Documentation","description":"","publisher":{"@id":"https:\/\/evolphin.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/evolphin.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/evolphin.com\/help\/#organization","name":"Evolphin Documentation","url":"https:\/\/evolphin.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","contentUrl":"https:\/\/evolphin.com\/help\/wp-content\/uploads\/2020\/04\/cropped-evolphin-logo-dolphin_sm.png","width":200,"height":200,"caption":"Evolphin Documentation"},"image":{"@id":"https:\/\/evolphin.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/evolphin.com\/help\/#\/schema\/person\/e5f3dc53ac5f026ed258e224e75447f7","name":"Rahul Bhargava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/952acf4ec94a228ca32ed9b65cee4cc97a33509ea04500e768b71da346e58971?s=96&d=mm&r=g","caption":"Rahul Bhargava"}}]}},"_links":{"self":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/comments?post=1926"}],"version-history":[{"count":3,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1926\/revisions"}],"predecessor-version":[{"id":15224,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/posts\/1926\/revisions\/15224"}],"wp:attachment":[{"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/media?parent=1926"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/categories?post=1926"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/evolphin.com\/help\/wp-json\/wp\/v2\/tags?post=1926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}