{"id":1571,"date":"2015-10-22T12:39:08","date_gmt":"2015-10-22T12:39:08","guid":{"rendered":"http:\/\/blog.jumpshare.com\/?p=1571"},"modified":"2022-10-31T18:26:09","modified_gmt":"2022-10-31T13:26:09","slug":"how-to-get-started-with-applescript-automation-using-jumpshare","status":"publish","type":"post","link":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/","title":{"rendered":"How To Get Started With AppleScript Automation Using Jumpshare"},"content":{"rendered":"<p><a href=\"https:\/\/jumpshare.com\/blog\/new-in-jumpshare-for-mac-sketch-integration-voice-clips-favorites-tab-more\/\">Jumpshare for Mac 2.1.1<\/a>\u00a0comes with support with AppleScript, allowing you to use our capable app for handling file-sharing tasks in your automation scripts. The app also comes with utilities for taking and annotating screenshots, screencasts, recording voice clips, and saving bookmarks. They are all\u00a0available for use in your scripts.<\/p>\n<p>In this blog post, we will\u00a0show you how to start using Jumpshare in your AppleScripts.<\/p>\n<p><b>Your first Jumpshare-powered AppleScript<\/b><\/p>\n<p>Assuming you have downloaded and are using Jumpshare for Mac (if not, <a href=\"https:\/\/itunes.apple.com\/us\/app\/jumpshare\/id889922906?ls=1&amp;mt=12\">download from Mac App Store<\/a>), open\u00a0<strong>Script Editor\u00a0<\/strong>on your Mac.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1572 aligncenter\" src=\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2015\/10\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\" alt=\"Image shows AppleScript Script Editor launch menu\" width=\"712\" height=\"448\" \/><\/p>\n<p>Click on\u00a0<strong>New Document<\/strong>. Type in the following:<\/p>\n<pre>tell application \"Jumpshare\"\r\n    show window\r\nend tell\r\n<\/pre>\n<p>Do not copy-paste the above-written script; type it out instead. If you copy-paste it, you may see\u00a0syntax errors.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1573 aligncenter\" src=\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2015\/10\/Screen-Shot-2015-10-22-at-5.12.03-pm.png\" alt=\"Image shows written script in Script Editor before being compiled.\" width=\"700\" height=\"704\" \/><\/p>\n<p>Click on the\u00a0<strong>Compile<\/strong> button (it looks like a hammer). If your script is correct, it will compile properly. Script Editor will change your script&#8217;s\u00a0typeface to show it has compiled successfully.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1574 aligncenter\" src=\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2015\/10\/Screen-Shot-2015-10-22-at-5.13.26-pm.png\" alt=\"Image shows compiled script in Script Editor.\" width=\"700\" height=\"704\" \/><\/p>\n<p>Now click on the\u00a0<strong>Play\u00a0<\/strong>icon to execute the script! If it worked correctly, the Jumpshare app will show its window.<\/p>\n<p><strong>What&#8217;s Possible with Jumpshare + AppleScript<\/strong><\/p>\n<p>Jumpshare for Mac allows nine different scripting commands using AppleScript. We&#8217;ve listed them below, along with how to use them.<\/p>\n<ul>\n<li>Upload a file or directory\u00a0using &#8216;<i>upload &lt;filepath&gt;<\/i>&#8216; e.g.\n<pre class=\"special_formatting\">upload ((POSIX file \"\/\/jumpshare.com\/Users\/JumpshareKangaroo\/Downloads\/document.pdf\") as alias)<\/pre>\n<\/li>\n<\/ul>\n<ul>\n<li>Capture screen using &#8216;<em>capture screenshot<\/em>&#8216;<\/li>\n<li>Record\u00a0screencast using &#8216;<em>capture screencast<\/em>&#8216;<\/li>\n<li>Compose a note (plain-text, code, or Markdown) using &#8216;<em>compose<\/em>&#8216;<\/li>\n<li>Bookmark a link using &#8216;<i>bookmark &#8220;&lt;URL&gt;&#8221;<\/i>&#8216;<\/li>\n<li>Record voice clip using\u00a0<em>&#8216;record voice clip<\/em>&#8216;<\/li>\n<li>Upload anything from system clipboard using\u00a0&#8216;<em>upload from clipboard<\/em>&#8216;<\/li>\n<li>Show Jumpshare window using &#8216;<em>show window<\/em>&#8216;<\/li>\n<li>Hide Jumpshare window using &#8216;<em>hide window<\/em>&#8216;<\/li>\n<\/ul>\n<p>Use these in a number of different combinations with your existing AppleScripts to\u00a0make your workflows even more powerful. If you have any more suggestions for AppleScript scripting commands, please let us know in the comments section, or by emailing us at hello@jumpshare.com. Happy scripting!<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Jumpshare for Mac 2.1.1\u00a0comes with support with AppleScript, allowing you to use our capable app for handling file-sharing tasks in your automation scripts. The app also comes with utilities for taking and annotating screenshots, screencasts, recording voice clips, and saving bookmarks. They are all\u00a0available for use in your scripts. In this blog post, we will\u00a0show [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2659,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1571","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product-updates"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Get Started With AppleScript Automation Using Jumpshare<\/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:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Get Started With AppleScript Automation Using Jumpshare\" \/>\n<meta property=\"og:description\" content=\"Jumpshare for Mac 2.1.1\u00a0comes with support with AppleScript, allowing you to use our capable app for handling file-sharing tasks in your automation scripts. The app also comes with utilities for taking and annotating screenshots, screencasts, recording voice clips, and saving bookmarks. They are all\u00a0available for use in your scripts. In this blog post, we will\u00a0show [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\" \/>\n<meta property=\"og:site_name\" content=\"Jumpshare Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/jumpshare\" \/>\n<meta property=\"article:published_time\" content=\"2015-10-22T12:39:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-31T13:26:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\" \/>\n\t<meta property=\"og:image:width\" content=\"712\" \/>\n\t<meta property=\"og:image:height\" content=\"448\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"nakodari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jumpshare\" \/>\n<meta name=\"twitter:site\" content=\"@jumpshare\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nakodari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\"},\"author\":{\"name\":\"nakodari\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/0e0b4f56d92eb3924bff8460bf2ca9eb\"},\"headline\":\"How To Get Started With AppleScript Automation Using Jumpshare\",\"datePublished\":\"2015-10-22T12:39:08+00:00\",\"dateModified\":\"2022-10-31T13:26:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\"},\"wordCount\":324,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\",\"articleSection\":[\"Product Updates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\",\"url\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\",\"name\":\"How To Get Started With AppleScript Automation Using Jumpshare\",\"isPartOf\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\",\"datePublished\":\"2015-10-22T12:39:08+00:00\",\"dateModified\":\"2022-10-31T13:26:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage\",\"url\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\",\"contentUrl\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png\",\"width\":712,\"height\":448},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jumpshare.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Get Started With AppleScript Automation Using Jumpshare\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#website\",\"url\":\"https:\/\/jumpshare.com\/blog\/\",\"name\":\"Jumpshare Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jumpshare.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#organization\",\"name\":\"Jumpshare\",\"url\":\"https:\/\/jumpshare.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/05\/Logo-white-new.png\",\"contentUrl\":\"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/05\/Logo-white-new.png\",\"width\":2164,\"height\":572,\"caption\":\"Jumpshare\"},\"image\":{\"@id\":\"https:\/\/jumpshare.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/jumpshare\",\"https:\/\/x.com\/jumpshare\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/0e0b4f56d92eb3924bff8460bf2ca9eb\",\"name\":\"nakodari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/22b86e07c7117478e864c7db4306d8e7a18c8f8adabd411a8e9a1f48d348795a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/22b86e07c7117478e864c7db4306d8e7a18c8f8adabd411a8e9a1f48d348795a?s=96&d=mm&r=g\",\"caption\":\"nakodari\"},\"sameAs\":[\"https:\/\/jumpshare.com\/blog\"],\"url\":\"https:\/\/jumpshare.com\/blog\/author\/nakodari\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Get Started With AppleScript Automation Using Jumpshare","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:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/","og_locale":"en_US","og_type":"article","og_title":"How To Get Started With AppleScript Automation Using Jumpshare","og_description":"Jumpshare for Mac 2.1.1\u00a0comes with support with AppleScript, allowing you to use our capable app for handling file-sharing tasks in your automation scripts. The app also comes with utilities for taking and annotating screenshots, screencasts, recording voice clips, and saving bookmarks. They are all\u00a0available for use in your scripts. In this blog post, we will\u00a0show [&hellip;]","og_url":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/","og_site_name":"Jumpshare Blog","article_publisher":"https:\/\/facebook.com\/jumpshare","article_published_time":"2015-10-22T12:39:08+00:00","article_modified_time":"2022-10-31T13:26:09+00:00","og_image":[{"width":712,"height":448,"url":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png","type":"image\/png"}],"author":"nakodari","twitter_card":"summary_large_image","twitter_creator":"@jumpshare","twitter_site":"@jumpshare","twitter_misc":{"Written by":"nakodari","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#article","isPartOf":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/"},"author":{"name":"nakodari","@id":"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/0e0b4f56d92eb3924bff8460bf2ca9eb"},"headline":"How To Get Started With AppleScript Automation Using Jumpshare","datePublished":"2015-10-22T12:39:08+00:00","dateModified":"2022-10-31T13:26:09+00:00","mainEntityOfPage":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/"},"wordCount":324,"commentCount":0,"publisher":{"@id":"https:\/\/jumpshare.com\/blog\/#organization"},"image":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage"},"thumbnailUrl":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png","articleSection":["Product Updates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/","url":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/","name":"How To Get Started With AppleScript Automation Using Jumpshare","isPartOf":{"@id":"https:\/\/jumpshare.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage"},"image":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage"},"thumbnailUrl":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png","datePublished":"2015-10-22T12:39:08+00:00","dateModified":"2022-10-31T13:26:09+00:00","breadcrumb":{"@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#primaryimage","url":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png","contentUrl":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/09\/Screen-Shot-2015-10-22-at-5.07.57-pm.png","width":712,"height":448},{"@type":"BreadcrumbList","@id":"https:\/\/jumpshare.com\/blog\/how-to-get-started-with-applescript-automation-using-jumpshare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jumpshare.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Get Started With AppleScript Automation Using Jumpshare"}]},{"@type":"WebSite","@id":"https:\/\/jumpshare.com\/blog\/#website","url":"https:\/\/jumpshare.com\/blog\/","name":"Jumpshare Blog","description":"","publisher":{"@id":"https:\/\/jumpshare.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jumpshare.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jumpshare.com\/blog\/#organization","name":"Jumpshare","url":"https:\/\/jumpshare.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpshare.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/05\/Logo-white-new.png","contentUrl":"https:\/\/jumpshare.com\/blog\/wp-content\/uploads\/2022\/05\/Logo-white-new.png","width":2164,"height":572,"caption":"Jumpshare"},"image":{"@id":"https:\/\/jumpshare.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/jumpshare","https:\/\/x.com\/jumpshare"]},{"@type":"Person","@id":"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/0e0b4f56d92eb3924bff8460bf2ca9eb","name":"nakodari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jumpshare.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/22b86e07c7117478e864c7db4306d8e7a18c8f8adabd411a8e9a1f48d348795a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/22b86e07c7117478e864c7db4306d8e7a18c8f8adabd411a8e9a1f48d348795a?s=96&d=mm&r=g","caption":"nakodari"},"sameAs":["https:\/\/jumpshare.com\/blog"],"url":"https:\/\/jumpshare.com\/blog\/author\/nakodari\/"}]}},"_links":{"self":[{"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/posts\/1571","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/comments?post=1571"}],"version-history":[{"count":1,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/posts\/1571\/revisions"}],"predecessor-version":[{"id":3115,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/posts\/1571\/revisions\/3115"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/media\/2659"}],"wp:attachment":[{"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/media?parent=1571"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/categories?post=1571"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jumpshare.com\/blog\/wp-json\/wp\/v2\/tags?post=1571"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}