{"id":8336,"date":"2025-01-09T07:55:00","date_gmt":"2025-01-09T07:55:00","guid":{"rendered":"https:\/\/ampifire.com\/blog\/?p=8336"},"modified":"2025-04-06T19:14:39","modified_gmt":"2025-04-06T19:14:39","slug":"how-to-make-slides-in-claude","status":"publish","type":"post","link":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/","title":{"rendered":"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)"},"content":{"rendered":"\n<p><strong>Level: <\/strong>Intermediate<br>Creating long slide decks can be time-consuming, but with Claude Sonnet, the process becomes much smoother.\u00a0<\/p>\n\n\n\n<p>In this guide, we\u2019ll walk you through the steps to efficiently build engaging, comprehensive slide decks using Claude Sonnet\u2019s user-friendly features, and be able to import them into Google Slides, and do it all in 5 minutes. I used this process to rush a presentation last minute and it worked very well.<\/p>\n\n\n\n<p>Whether you&#8217;re preparing a presentation for work or a detailed project, this workflow will help you streamline your efforts!<\/p>\n\n\n\n<h2>1. Create a slide deck with template data that can be replaced.&nbsp;<\/h2>\n\n\n\n<p>Use app scripts to do this:<\/p>\n\n\n\n<p><strong>For title and 3 bullet points in slides:<br><\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function createSlidesWithTitleAndBullets() {\n  var presentationId = \"CHANGE TO PRESENTATION ID\";  \/\/ Provided Presentation ID\n  var presentation = SlidesApp.openById(presentationId);\n\n  \/\/ Define the format for title and bullet placeholders\n  var titlePlaceholder = \"{{slide{number}_title}}\";\n  var bullet1Placeholder = \"\u2022 \" + \"{{slide{number}_bullet1}}\";  \/\/ Use bullet symbol\n  var bullet2Placeholder = \"\u2022 \" + \"{{slide{number}_bullet2}}\";\n  var bullet3Placeholder = \"\u2022 \" + \"{{slide{number}_bullet3}}\";\n\n  \/\/ Start from the second slide (since the first already exists)\n  for (var i = 2; i &lt;= 10; i++) { \/\/ Adjust the loop for the number of slides you need\n\t\/\/ Create a new slide using the default TITLE_ONLY layout\n\tvar slide = presentation.appendSlide(SlidesApp.PredefinedLayout.TITLE_ONLY);\n\n\t\/\/ Set the title text in the centered title placeholder\n\tvar titleShape = slide.getPlaceholder(SlidesApp.PlaceholderType.TITLE);\n\tif (titleShape) {\n  \ttitleShape.asShape().getText().setText(titlePlaceholder.replace(\"{number}\", i));\n\t}\n\n\t\/\/ Create a new text box below the title for bullet points\n\tvar bulletTextBox = slide.insertTextBox(\"\", 100, 200, 400, 150);  \/\/ Position and size of the text box\n\n\t\/\/ Insert bullet points as a single block of text using bullet symbols\n\tbulletTextBox.getText().setText(\n  \tbullet1Placeholder.replace(\"{number}\", i) + \"\\n\" +\n  \tbullet2Placeholder.replace(\"{number}\", i) + \"\\n\" +\n  \tbullet3Placeholder.replace(\"{number}\", i)\n\t);\n  }\n}\n<\/code><\/pre>\n\n\n\n<p>You should get an output like this:<\/p>\n\n\n\n<figure class=\"wp-block-embed-pdf-viewer-pdf wp-block-embed-pdf-viewer-pdf__content-wrapper aligncenter\"><object class=\"embed-pdf-viewer\" data=\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2024\/10\/Template-for-Mass-Slide-Creation.pdf#scrollbar=1&amp;toolbar=1\" type=\"application\/pdf\" height=\"600\" width=\"600\" title=\"\"><\/object><iframe class=\"embed-pdf-viewer\" src=\"https:\/\/docs.google.com\/viewer?url=https%3A%2F%2Fampifire.com%2Fblog%2Fwp-content%2Fuploads%2F2024%2F10%2FTemplate-for-Mass-Slide-Creation.pdf&amp;embedded=true\" frameborder=\"0\" height=\"600\" width=\"600\" title=\"\"><\/iframe><\/figure>\n\n\n\n<div class=\"wp-block-file\"><a id=\"wp-block-file--media-bdf99136-5548-4655-a031-0fdc7789da3c\" href=\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2024\/10\/Template-for-Mass-Slide-Creation.pptx\">Template-for-Mass-Slide-Creation<\/a><a href=\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2024\/10\/Template-for-Mass-Slide-Creation.pptx\" class=\"wp-block-file__button\" download aria-describedby=\"wp-block-file--media-bdf99136-5548-4655-a031-0fdc7789da3c\">Download<\/a><\/div>\n\n\n\n<p>You can just use that template, but I documented it so you can play with different styles as we could greatly improve this.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2>2. Use the projects \u2018webinar\u2019 app which is trained on writing webinars.<\/h2>\n\n\n\n<p>Once you have a great outline and you are happy, you are ready for step 3.&nbsp;<\/p>\n\n\n\n<h3>Providing Claude with Instructions <\/h3>\n\n\n\n<p>We trained our Claude project with loads of useful info on building an effective webinar. <\/p>\n\n\n\n<p>You can actually copy and paste our entire article on <a href=\"https:\/\/ampifire.com\/blog\/alex-hormozi-persuasion-techniques-100m-leads-launch\/\">Alex Hormozi&#8217;s webinar persuasion techniques<\/a> into Claude as instructions to follow when creating a slide deck. <\/p>\n\n\n\n<p>You can also attach your product&#8217;s sales page; this lets Claude pull in key details and benefits, making the slides more focused and persuasive.<\/p>\n\n\n\n<p>Here&#8217;s a simple prompt you can use in Claude: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>You are a talented sales webinar script writer. Create the entire slide deck outline in simple text format with title, and 3 bullets per slide. Provide the output in markdown format. The slide deck to create is about &#91;X], and I'd like you to focus on &#91;Y]. Create over 100 slides. I've also attached information on the product for inspiration.<\/code><\/pre>\n\n\n\n<h2>3. Then ask for the webinar presentation in a CSV format like follows:<\/h2>\n\n\n\n<p><strong>Title and sentence:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{title}},This is the title {{subtitle}},This is the subtitle {{slide1_title}},This is the title of the first slide {{slide1_body}},This is the body of the first slide {{slide2_title}},This is the title of the second slide {{slide2_body}},This is the body of the second slide<\/code><\/pre>\n\n\n\n<p>Or:<br><br><strong>Title &amp; 3 bullet points:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{title}},This is the title {{subtitle}},This is the subtitle {{slide1_title}},This is the title of the first slide {{slide1_bullet1}},This is the first bullet point of the first slide {{slide1_bullet2}},This is the second bullet point of the first slide {{slide1_bullet3}},This is the third bullet point of the first slide {{slide2_title}},This is the title of the second slide {{slide2_bullet1}},This is the first bullet point of the second slide {{slide2_bullet2}},This is the second bullet point of the second slide {{slide2_bullet3}},This is the third bullet point of the second slide {{slide3_title}},This is the title of the third slide {{slide3_bullet1}},This is the first bullet point of the third slide {{slide3_bullet2}},This is the second bullet point of the third slide {{slide3_bullet3}},This is the third bullet point of the third slide\n<\/code><\/pre>\n\n\n\n<p>It&#8217;s unlikely you get a complete file and may need to piece it together for a long presentation.<\/p>\n\n\n\n<p>Once done open the CSV file in Google Sheets. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2>4. Within that Google Sheet Go to Extensions &gt; Ad Scripts<\/h2>\n\n\n\n<p>Now run the code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function fillTemplate() {\n\n \/\/ Id of the slides template\n \/\/ Remember to replace this with the Id of your presentation\n var PRESENTATION_ID = \"CHANGE TO PRESENTATION ID\";\n\n \/\/ Open the presentation\n var presentation = SlidesApp.openById(PRESENTATION_ID);\n\n \/\/ Read data from the spreadsheet\n var values = SpreadsheetApp.getActive().getDataRange().getValues();\n\n \/\/ Replace template variables in the presentation with values\n values.forEach(function(row) {\n   var templateVariable = row&#91;0]; \/\/ First column contains variable names\n   var templateValue = row&#91;1]; \/\/ Second column contains values\n   presentation.replaceAllText(templateVariable, templateValue);\n });\n\n}<\/code><\/pre>\n\n\n\n<p>This code will then use your Google Sheet and insert the data into the chosen Google Slide template.<\/p>\n\n\n\n<p>Or you can watch the entire process of creating slide decks using Claude in this video!<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Write Entire Webinars With Claude &amp; Create 100s of Slides in Minutes\" width=\"800\" height=\"450\" src=\"https:\/\/www.youtube.com\/embed\/DYTk-fdbY4k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2>Wrapping it All Up<\/h2>\n\n\n\n<p>Once you have your template set up you can quickly create draft slidedecks inside of Claude and import into Google Slides easily (and even save as a powerpoint from Google Slides). Then it is just a case of refining. Another alternative for creating slide decks with AI is Gamma.app. <\/p>\n\n\n\n<p>Once you have all that content, its worthwhile putting the word out. Fortunately, with AmpiFire, sharing yuor content ideas in various formats like slideshows, <a href=\"https:\/\/ampifire.com\/blog\/how-to-write-engaging-news-articles-for-your-brand\/\">news articles<\/a>, blog posts, <a href=\"https:\/\/ampifire.com\/blog\/the-brown-headline-issue-infographic\/\">infographics<\/a>, podcasts, and videos is effortless.\u00a0<\/p>\n\n\n\n<p>Our powerful content amplification tool increases your reach by distributing these campaigns, known as &#8220;Amps,&#8221; across high-traffic sites, blogs, and social media.<\/p>\n\n\n\n<p><a href=\"https:\/\/now.ampifire.com\/start?utm_source=websiteblog&amp;utm_medium=body\">Book an appointment with AmpiFire today<\/a>.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!<\/p>\n","protected":false},"author":3,"featured_media":8338,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[15],"tags":[],"ppma_author":[22],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)<\/title>\n<meta name=\"description\" content=\"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)\" \/>\n<meta property=\"og:description\" content=\"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog | AmpiFire\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-09T07:55:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-06T19:14:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2024\/10\/Claude-Sonnet.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Chris Munch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chris Munch\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\"},\"author\":{\"name\":\"Chris Munch\",\"@id\":\"https:\/\/ampifire.com\/blog\/#\/schema\/person\/6c3b99e72f3332a157211c6768e45881\"},\"headline\":\"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)\",\"datePublished\":\"2025-01-09T07:55:00+00:00\",\"dateModified\":\"2025-04-06T19:14:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\"},\"wordCount\":484,\"publisher\":{\"@id\":\"https:\/\/ampifire.com\/blog\/#organization\"},\"articleSection\":[\"Training\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\",\"url\":\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\",\"name\":\"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)\",\"isPartOf\":{\"@id\":\"https:\/\/ampifire.com\/blog\/#website\"},\"datePublished\":\"2025-01-09T07:55:00+00:00\",\"dateModified\":\"2025-04-06T19:14:39+00:00\",\"description\":\"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ampifire.com\/blog\/#website\",\"url\":\"https:\/\/ampifire.com\/blog\/\",\"name\":\"Blog | AmpiFire\",\"description\":\"Automated Content Creation &amp; Distribution Software\",\"publisher\":{\"@id\":\"https:\/\/ampifire.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ampifire.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ampifire.com\/blog\/#organization\",\"name\":\"Ampifire Blog\",\"url\":\"https:\/\/ampifire.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ampifire.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2021\/05\/logo.png\",\"contentUrl\":\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2021\/05\/logo.png\",\"width\":445,\"height\":108,\"caption\":\"Ampifire Blog\"},\"image\":{\"@id\":\"https:\/\/ampifire.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ampifire.com\/blog\/#\/schema\/person\/6c3b99e72f3332a157211c6768e45881\",\"name\":\"Chris Munch\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ampifire.com\/blog\/#\/schema\/person\/image\/64dd62c7ef509b1f6a9ec6d0c1d56b14\",\"url\":\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png\",\"contentUrl\":\"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png\",\"caption\":\"Chris Munch\"},\"description\":\"CEO and Co-Founder at AmpiFire. Book a call with the team by clicking the link below.\",\"sameAs\":[\"https:\/\/now.ampifire.com\/start\/?utm_source=blog\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)","description":"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!","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:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/","og_locale":"en_US","og_type":"article","og_title":"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)","og_description":"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!","og_url":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/","og_site_name":"Blog | AmpiFire","article_published_time":"2025-01-09T07:55:00+00:00","article_modified_time":"2025-04-06T19:14:39+00:00","og_image":[{"width":640,"height":360,"url":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2024\/10\/Claude-Sonnet.jpg","type":"image\/jpeg"}],"author":"Chris Munch","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Chris Munch","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/#article","isPartOf":{"@id":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/"},"author":{"name":"Chris Munch","@id":"https:\/\/ampifire.com\/blog\/#\/schema\/person\/6c3b99e72f3332a157211c6768e45881"},"headline":"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)","datePublished":"2025-01-09T07:55:00+00:00","dateModified":"2025-04-06T19:14:39+00:00","mainEntityOfPage":{"@id":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/"},"wordCount":484,"publisher":{"@id":"https:\/\/ampifire.com\/blog\/#organization"},"articleSection":["Training"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/","url":"https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/","name":"How to Make Long Google Slide Decks in Claude (Save as Powerpoint Option)","isPartOf":{"@id":"https:\/\/ampifire.com\/blog\/#website"},"datePublished":"2025-01-09T07:55:00+00:00","dateModified":"2025-04-06T19:14:39+00:00","description":"Learn how to create long slide decks effortlessly in Claude Sonnet with tips and tools to enhance your presentations!","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ampifire.com\/blog\/how-to-make-slides-in-claude\/"]}]},{"@type":"WebSite","@id":"https:\/\/ampifire.com\/blog\/#website","url":"https:\/\/ampifire.com\/blog\/","name":"Blog | AmpiFire","description":"Automated Content Creation &amp; Distribution Software","publisher":{"@id":"https:\/\/ampifire.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ampifire.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ampifire.com\/blog\/#organization","name":"Ampifire Blog","url":"https:\/\/ampifire.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ampifire.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2021\/05\/logo.png","contentUrl":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2021\/05\/logo.png","width":445,"height":108,"caption":"Ampifire Blog"},"image":{"@id":"https:\/\/ampifire.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ampifire.com\/blog\/#\/schema\/person\/6c3b99e72f3332a157211c6768e45881","name":"Chris Munch","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ampifire.com\/blog\/#\/schema\/person\/image\/64dd62c7ef509b1f6a9ec6d0c1d56b14","url":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png","contentUrl":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png","caption":"Chris Munch"},"description":"CEO and Co-Founder at AmpiFire. Book a call with the team by clicking the link below.","sameAs":["https:\/\/now.ampifire.com\/start\/?utm_source=blog"]}]}},"authors":[{"term_id":22,"user_id":3,"is_guest":0,"slug":"chris-munch","display_name":"Chris Munch","avatar_url":{"url":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png","url2x":"https:\/\/ampifire.com\/blog\/wp-content\/uploads\/2023\/08\/Chris-Munch-Ampifire.png"},"user_url":"https:\/\/now.ampifire.com\/start\/?utm_source=blog","last_name":"Munch","first_name":"Chris","description":"CEO and Co-Founder at AmpiFire. Book a call with the team by clicking the link below."}],"_links":{"self":[{"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/posts\/8336"}],"collection":[{"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/comments?post=8336"}],"version-history":[{"count":10,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/posts\/8336\/revisions"}],"predecessor-version":[{"id":9830,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/posts\/8336\/revisions\/9830"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/media\/8338"}],"wp:attachment":[{"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/media?parent=8336"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/categories?post=8336"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/tags?post=8336"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/ampifire.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=8336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}