{"id":356877,"date":"2024-10-03T03:47:48","date_gmt":"2024-10-03T07:47:48","guid":{"rendered":"https:\/\/tech.co\/?p=356877"},"modified":"2024-10-03T03:47:48","modified_gmt":"2024-10-03T03:47:48","slug":"turn-anything-into-podcast-google-ai","status":"publish","type":"post","link":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai","title":{"rendered":"How to Turn (Almost) Anything Into a Podcast With Google AI"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]There&rsquo;s a new AI platform from Google that can be used to create out a podcast out of thin air, as long as you know how to prompt it.<\/p>\n<p>In 2024, AI can do a lot. It can write poems, summarize emails, <a href=\"https:\/\/tech.co\/news\/recruiters-prefer-ai-headshots\"><strong>generate professional headshots<\/strong><\/a>, and perform a wide range of tasks that used to require the human hours to get the job done.<\/p>\n<p>Well, you can officially add podcasting to the list of AI functionalities, with NotebookLM making it possible to generate an entire podcast, with all the &ldquo;ummm&rdquo; and &ldquo;wells,&rdquo; without picking up a microphone.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\n <\/p><div class=\"lytics-newsletter-container\">\n <div class=\"lytics-loading-spinner\">\n <div class=\"spinner\"><\/div>\n <\/div>\n <div class=\"lytics-newsletter-T7N0CeqB\"><\/div>\n <\/div>\n\n <script>\n            (function() {\n                        \n            const getFormElements = () => ([\n                {\n                    type: 'text',\n                    name: 'name',\n                    label: 'Name',\n                    placeholder: 'Name',\n                    required: true,\n                },\n                {\n                    type: 'email',\n                    name: 'email',\n                    label: 'Email Address',\n                    placeholder: 'Email Address',\n                    required: true,\n                },\n            ]);\n\n            const getFormStates = (successLink) => {\n                let successMessage = 'We have received your submission, thank you for signing up.';\n\n                if (successLink) {\n                    successMessage = successMessage + '\\<a class\\=\\\"pf-download-link\\\" target\\=\\\"_blank\\\" href\\=\\\"' + successLink + '\\\"\\>Download Here\\<\\\/a\\>';\n                }\n\n                return {\n                    success: {\n                        msg: successMessage,\n                        delay: 0\n                    },\n                    error: {\n                        msg: 'Please enter a valid email address.',\n                        delay: 0\n                    }\n                };\n            };\n\n            const getConfirmAction = (successLink) => ({\n                name: 'subscription',\n                waitForAsyncResponse: true,\n                callback: function (event, payload, cb) {\n                    var emailAddress = payload['data'][1]['value'];\n                    \/\/ RFC 5322 compliant email regex pattern\n                    const emailRegex = \/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$\/;\n                    var valid = emailRegex.test(emailAddress);\n                    cb(valid);\n                    if (valid && successLink) {\n                        window.open(successLink);\n                    }\n                }\n            });\n\n            var defaultConfig = {\n                generic: {\n                    theme: 'custom',\n                    colors: {\n                        background: 'var(--flexi-lytics-bg-color)',\n                        text: 'var(--flexi-lytics-fg-color)',\n                        close: '#a6a8c7',\n                        actionBackground: 'var(--flexi-lytics-btn-bg-color)',\n                        actionText: 'var(--flexi-lytics-btn-text-color)',\n                        fieldBackground: '#fff'\n                    }\n                },\n            };\n        \n        \n                function initializeNewsletterWidget() {\n                    if (typeof jstag === 'undefined') {\n                        setTimeout(initializeNewsletterWidget, 100);\n                        return;\n                    }\n\n                    window.lyticsIters = window.lyticsIters || {};\n\n                    let lyticsFormID;\n\n                    jstag.on(\"pathfora.publish.done\", function renderNewsletterWidget() {\n                        if (window.lyticsInitialising) {\n                            setTimeout(renderNewsletterWidget, 100);\n                            return;\n                        }\n\n                        window.lyticsInitialising = true;\n\n                        const newsletterContainer = document.querySelector('.lytics-newsletter-T7N0CeqB');\n                        \n                                \n            const newsletterOnLoad = (event, payload, newsletterName, newsletterLogo, title, ctaType, download) => {\n                const newsletterLogoEl = newsletterContainer.querySelector('.newsletter-logo');\n                const widgetText = newsletterContainer.querySelector('.pf-widget-text');\n                \n                if (!newsletterContainer) return;\n\n                if (newsletterLogo !== '' && !newsletterLogoEl) {\n                    newsletterLogo = '<img loading=\"lazy\"  src=\\\"' + newsletterLogo + '\\\" class=\"newsletter-logo\" alt=\"' + newsletterName + '\" \\\/>';\n                    newsletterContainer.insertAdjacentHTML('afterbegin', newsletterLogo);\n                }\n\n                if (title !== '') {\n                    widgetText.querySelector('h2').remove();\n                    title = \"<h3 class=\\\"pf-widget-headline\\\">\" + title + \"<\\\/h3>\";\n                    widgetText.insertAdjacentHTML('afterbegin', title);\n                }\n\n                const footerText = 'Brought to you by';\n                const footerOpen = \"<p class=\\\"brought-to-you\\\">\";\n                const footerClose = \"<\\\/p>\"\n                let legalText = \"<div class=\\\"legal-text\\\"><p>By signing up to receive our newsletter, you agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                let footerLogo = 'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050011\/techoco-logo.svg';\n\n                if (footerLogo !== '') {\n                    footerLogo = '<img loading=\"lazy\"  src=\\\"' + footerLogo + '\\\" alt=\\\"Tech.co\\\" \\\/>';\n                }\n\n                if (download) {\n                    legalText = \"<div class=\\\"legal-text\\\"><p>By downloading, you'll also sign up to our newsletter and agree to our\\n                <a href=\\\"https:\\\/\\\/www2.mvfglobal.com\\\/privacypolicy\\\/b649e\\\" title=\\\"Privacy Policy\\\" target=\\\"_blank\\\">\\n                    Privacy Policy\\n                <\\\/a>.\\n                You can <strong>unsubscribe<\\\/strong> at any time.\\n            <\\\/p><\\\/div>\";\n                }\n\n                const smallPrint = legalText + footerOpen + footerText + footerLogo + footerClose;\n\n                const newsletterForm = newsletterContainer.querySelector('form');\n\n                newsletterForm.insertAdjacentHTML('beforeend', smallPrint);\n\n                isSuspicious().then(result => {\n                    if (result) {\n                        let susText = '<p><strong>Form cannot be loaded. If using a VPN, ';\n                        susText = susText + 'please disable and refresh page.<\\\/strong><\\\/p>';\n                        newsletterForm.querySelectorAll('div.pf-form-required').forEach(el => el.remove());\n                        newsletterForm.querySelector('button').remove();\n                        newsletterForm.insertAdjacentHTML('afterbegin', susText);\n                    } else {\n                        const observer = new IntersectionObserver((entries, observerInstance) => {\n                            entries.forEach(entry => {\n                                if (entry.isIntersecting) {\n                                    document.dispatchEvent(\n                                        new CustomEvent(\n                                            'lyticsNewsletterWidgetLoad', {\n                                                detail: {\n                                                    event,\n                                                    payload,\n                                                    name: newsletterName,\n                                                    cta: ctaType,\n                                                }\n                                            }\n                                        )\n                                    );\n                                    observerInstance.disconnect();\n                                }\n                            });\n                        });\n                        observer.observe(newsletterContainer);\n                    }\n                });\n\n                window.lyticsInitialising = false;\n            };\n        \n        \n                        \n                            lyticsFormID = 'form-module-inside_lane';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule0 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-T7N0CeqB',\n                                msg: \"Join our community of 20,000+ fleet owners and operators by signing up today to our Inside Lane newsletter<ul><li>Essential logistics and fleet industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'Inside Lane',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050013\/inside-lane-logo.svg',\n                                        'Get the latest logistics and fleet industry insights and news straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                            lyticsFormID = 'form-module-mint_pillow';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule1 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-T7N0CeqB',\n                                msg: \"Join our community of 20,000+ hotel owners and operators by signing up to The Mint Pillow newsletter today<ul><li>Essential hotel industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'Mint Pillow',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050008\/mint-pillow-logo.svg',\n                                        'Get the latest hotel industry advice straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                            lyticsFormID = 'form-module-the_prep';\n\n                            if (document.getElementById(lyticsFormID)) {\n                                if (!window.lyticsIters[lyticsFormID]) {\n                                    window.lyticsIters[lyticsFormID] = 1;\n                                } else {\n                                    window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                                }\n                            }\n\n                            if (window.lyticsIters[lyticsFormID] >= 1) {\n                                lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                            }\n\n                            var formModule2 = new pathfora.Form({\n                                id: lyticsFormID,\n                                layout: 'inline',\n                                className: 'sign-up-newsletter',\n                                position: '.lytics-newsletter-T7N0CeqB',\n                                msg: \"Join our community of 20,000+ restaurant owners by signing up to The Prep newsletter today<ul><li>Essential restaurant and hospitality industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                                okMessage: 'Subscribe',\n                                theme: 'custom',\n                                branding: false,\n                                confirmAction: getConfirmAction(false),\n                                formStates: getFormStates(false),\n                                formElements: getFormElements(),\n                                onLoad: function(event, payload) {\n                                    newsletterOnLoad(\n                                        event, \n                                        payload, \n                                        'The Prep',\n                                        'https:\/\/images.tech.co\/wp-content\/uploads\/2025\/08\/11050005\/the-prep-logo.svg',\n                                        'Get the latest restaurant and hospitality advice straight to your inbox',\n                                        \"Lytics_inline\",\n                                        false                                    );\n                                }\n                            });\n\n                            \n                        lyticsFormID = 'form-module-tech_co';\n\n                        if (document.getElementById(lyticsFormID)) {\n                            if (!window.lyticsIters[lyticsFormID]) {\n                                window.lyticsIters[lyticsFormID] = 1;\n                            } else {\n                                window.lyticsIters[lyticsFormID] = window.lyticsIters[lyticsFormID] + 1;\n                            }\n                        }\n\n                        if (window.lyticsIters[lyticsFormID] >= 1) {\n                            lyticsFormID = lyticsFormID + '-' + window.lyticsIters[lyticsFormID];\n                        }\n\n                        var defaultFormModule = new pathfora.Form({\n                            id: lyticsFormID,\n                            layout: 'inline',\n                            className: 'sign-up-newsletter',\n                            position: '.lytics-newsletter-T7N0CeqB',\n                            msg: \"Stay informed on the top business tech stories with Tech.co's weekly highlights reel.<ul><li>Essential tech industry news<\\\/li><li>Special features and interviews from industry experts<\\\/li><li>Offers and discounts<\\\/li><\\\/ul>\",\n                            okMessage: 'Subscribe',\n                            theme: 'custom',\n                            branding: false,\n                            confirmAction: getConfirmAction(false),\n                            formStates: getFormStates(false),\n                            formElements: getFormElements(),\n                            onLoad: function(event, payload) {\n                                newsletterOnLoad(\n                                    event,\n                                    payload,\n                                    'Tech.co',\n                                    '',\n                                    'Get the latest tech news, straight to your inbox',\n                                    \"Lytics_inline\",\n                                    false                                );\n                            }\n                        });\n\n                        const userAudiences = jstag.getSegments();\n\n                        \/\/ Find the first matching segment from modules.target that exists in userAudiences\n                        const findMatchingSegment = (modules) => {\n                            \/\/ Loop through modules.target in priority order\n                            for (const module of modules.target) {\n                                \/\/ Check if this module's segment exists in userAudiences\n                                if (userAudiences.includes(module.segment)) {\n                                    return module;\n                                }\n                            }\n                            \/\/ If no match found, return the default module\n                            return modules.target.find(module => module.segment === 'all');\n                        };\n\n                        var modules = {\n                            target: [\n                                                                    {\n                                        segment: 'b2b_brands_sites_dynamic_newsletter_sign_up_inside_lane_',\n                                        widgets: [formModule0],\n                                        key: 0                                    },\n                                                                    {\n                                        segment: 'b2b_brand_sites_dynamic_newsletters_sign_up_mint_pillow',\n                                        widgets: [formModule1],\n                                        key: 1                                    },\n                                                                    {\n                                        segment: 'b2b_brands_sites_dynamic_newsletter_sign_up_the_prep',\n                                        widgets: [formModule2],\n                                        key: 2                                    },\n                                                                {\n                                    segment: 'all',\n                                    widgets: [defaultFormModule],\n                                    key: 'default'\n                                }\n                            ]\n                        };\n\n                        \/\/ Find the matching module and create a new modules object with only that module\n                        const matchingModule = findMatchingSegment(modules);\n                        const filteredModules = {\n                            target: matchingModule ? [matchingModule] : []\n                        };\n\n                        pathfora.initializeWidgets(filteredModules, defaultConfig);\n\n                        \/\/ Remove loading spinner after widget initialization\n                        const loadingSpinner = newsletterContainer.previousElementSibling;\n\n                        if (loadingSpinner) {\n                            loadingSpinner.classList.add('hidden');\n                        }\n                    });\n                }\n\n                initializeNewsletterWidget();\n            })();\n        <\/script>\n [\/vc_column][\/vc_row][vc_row][vc_column width=&rdquo;2\/3&Prime;][vc_column_text css=&rdquo;&rdquo;]\n<h2>What Is NotebookLM?<\/h2>\n<p>NotebookLM is the experimental product from Google that allows users to access reliable sources of information to generate content. In its own word, NotebookLM is a personalized AI research assistant.<\/p>\n<p>As for what&rsquo;s powering NotebookLM, the AI research assistant currently utilizes the <a href=\"https:\/\/tech.co\/news\/google-gemini-pro-cloud-preview\"><strong>Gemini 1.5 Pro<\/strong><\/a> large language model to generate responses and provide users with valuable insights.[\/vc_column_text][\/vc_column][vc_column width=&rdquo;1\/3&Prime;]<\/p><p>&nbsp;<\/p>\n<p style=\"text-align: center\"><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-333457\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/06\/18114043\/About-Techco-video.jpg\" alt=\"About Tech.co Video Thumbnail Showing Lead Writer Conor Cawley Smiling Next to Tech.co Logo\" width=\"200\" height=\"200\"><\/a><strong>This just in! View<\/strong><br>\n<strong><a href=\"https:\/\/compare.tech.co\/software-deals-live\/\">the top business tech deals<\/a> for 2026 &#128104;&zwj;&#128187;<br>\n<\/strong><a class=\"js-aw-brand-link\" href=\"https:\/\/compare.tech.co\/software-deals-live\/\" data-feed=\"XuPuf49GEEm4y0PaIQDZ0dEjkEf760Vv\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-348272 aligncenter\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/09\/09122654\/ok-1.png\" alt=\"See the list button\" width=\"200\" height=\"85\"><\/a><\/p>\n[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]It works like any other chatbot on the market today, although it adds a bit more authority than the <a href=\"https:\/\/tech.co\/news\/list-ai-failures-mistakes-errors\"><strong>error-prone AI iterations<\/strong><\/a> we&rsquo;ve seen over the last few years. Instead of simply using all the information available to it online, users can add documents, notes, and other information to NotebookLM, so it has something to go off of before answering questions and summarize key points.\n<p>This kind of functionality has a lot of helpful use cases, one of which may be particularly interesting to those looking to get into the world of podcasting.[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]<\/p>\n<h2>How to Make a Podcast with NotebookLM<\/h2>\n<p>Now, you&rsquo;re probably asking yourself, how on Earth does an AI research assistant help me create a podcast out of thin air? A fair question, and obviously the reason why we&rsquo;re explaining it to you.<\/p>\n<p>Firstly, you&rsquo;ll have to be signed into your Google account to get started. Then, you&rsquo;ll have to find your source material, which can come in many forms, including a Google Doc, Google Slide, copied text, or a link to a website or YouTube video. We used a link to our <a href=\"https:\/\/tech.co\/news\/companies-ended-fully-remote-work-2024\"><strong>Companies That Have Ended Fully Remote Work guide<\/strong><\/a> to generate a podcast.<\/p>\n<p>Once you&rsquo;ve added the link, you can generate a lot of content based on the source, including FAQs, table of contents, study guides, timelines, and briefing documents.<\/p>\n<p>If you&rsquo;re looking to make a podcast, though, which we know you are, all you have to do is click on the <strong>Generate<\/strong> button that is directly underneath the <strong>Audio Overview<\/strong> section on the NotebookLM interface. Once you&rsquo;ve done so, the platform will take a few minutes to generate your podcast, and then you&rsquo;ll be able to download or share it directly from NotebookLM.[\/vc_column_text] <\/p><div class=\"content-gallery\">\n <div class=\"content-gallery-box glider-carousel\">\n <div class=\"gallery-open\"><\/div>\n\n <div class=\"gallery-navigation\">\n <button class=\"glider-close\" aria-label=\"Close\"><\/button>\n\n <div class=\"top-navigation-arrows\">\n <button aria-label=\"Previous\" class=\"glider-prev\"><\/button>\n <button aria-label=\"Next\" class=\"glider-next\"><\/button>\n <\/div>\n <\/div>\n\n <div class=\"glider\">\n <div class=\"glider-track\">\n <div class=\"content-gallery-carousel-item\">\n <img decoding=\"async\" width=\"1273\" height=\"984\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home.png\" class=\"attachment-full size-full\" alt=\"NotebookLM Home\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home.png 1273w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-640x495.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-1024x792.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-768x594.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-852x660.png 852w\" sizes=\"auto, (max-width: 1273px) 100vw, 1273px\"> <\/div>\n <div class=\"content-gallery-carousel-item\">\n <img decoding=\"async\" width=\"1274\" height=\"1106\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources.png\" class=\"attachment-full size-full\" alt=\"NotebookLM Add Sources\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources.png 1274w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-640x556.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-1024x889.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-768x667.png 768w\" sizes=\"auto, (max-width: 1274px) 100vw, 1274px\"> <\/div>\n <div class=\"content-gallery-carousel-item\">\n <img decoding=\"async\" width=\"1276\" height=\"1108\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website.png\" class=\"attachment-full size-full\" alt=\"NotebookLM Add Website\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website.png 1276w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-640x556.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-1024x889.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-768x667.png 768w\" sizes=\"auto, (max-width: 1276px) 100vw, 1276px\"> <\/div>\n <div class=\"content-gallery-carousel-item\">\n <img decoding=\"async\" width=\"1274\" height=\"1123\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook.png\" class=\"attachment-full size-full\" alt=\"NotebookLM Notebook\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook.png 1274w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-640x564.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-1024x903.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-768x677.png 768w\" sizes=\"auto, (max-width: 1274px) 100vw, 1274px\"> <\/div>\n <div class=\"content-gallery-carousel-item\">\n <img decoding=\"async\" width=\"1275\" height=\"1121\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio.png\" class=\"attachment-full size-full\" alt=\"NotebookLM Generated Audio\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio.png 1275w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-640x563.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-1024x900.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-768x675.png 768w\" sizes=\"auto, (max-width: 1275px) 100vw, 1275px\"> <\/div>\n <\/div>\n <\/div>\n <\/div>\n\n <div class=\"glider-bottom-nav\">\n <div class=\"glider-preview\">\n <div class=\"glider-preview-item\">\n <img decoding=\"async\" width=\"640\" height=\"495\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-640x495.png\" class=\"attachment-medium size-medium\" alt=\"NotebookLM Home\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-640x495.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-1024x792.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-768x594.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home-852x660.png 852w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122106\/notebooklm-home.png 1273w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <div class=\"glider-preview-item\">\n <img decoding=\"async\" width=\"640\" height=\"556\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-640x556.png\" class=\"attachment-medium size-medium\" alt=\"NotebookLM Add Sources\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-640x556.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-1024x889.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources-768x667.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122122\/notebooklm-add-sources.png 1274w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <div class=\"glider-preview-item\">\n <img decoding=\"async\" width=\"640\" height=\"556\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-640x556.png\" class=\"attachment-medium size-medium\" alt=\"NotebookLM Add Website\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-640x556.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-1024x889.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website-768x667.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122131\/notebooklm-add-website.png 1276w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <div class=\"glider-preview-item\">\n <img decoding=\"async\" width=\"640\" height=\"564\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-640x564.png\" class=\"attachment-medium size-medium\" alt=\"NotebookLM Notebook\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-640x564.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-1024x903.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook-768x677.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122114\/notebooklm-notebook.png 1274w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <div class=\"glider-preview-item\">\n <img decoding=\"async\" width=\"640\" height=\"563\" src=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-640x563.png\" class=\"attachment-medium size-medium\" alt=\"NotebookLM Generated Audio\" loading=\"lazy\" srcset=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-640x563.png 640w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-1024x900.png 1024w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio-768x675.png 768w, https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02122139\/notebooklm-generated-audio.png 1275w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\"> <\/div>\n <div role=\"tablist\" class=\"glider-dots\"><\/div>\n <\/div>\n <\/div>\n <\/div>\n[\/vc_column][\/vc_row][vc_row][vc_column][vc_column_text css=&rdquo;&rdquo;]\n<h2>How to Get the Most Out of NotebookLM<\/h2>\n<p>To be clear, you can&rsquo;t just input whatever you want into <a href=\"https:\/\/notebooklm.google\/\" target=\"_blank\" rel=\"noopener noreferrer\">NotebookLM<\/a>, push the generate button, and get an award-wining podcast that people want to listen to. Like all the AI platforms out there, it takes a bit of fine tuning to get exactly what you&rsquo;re looking for.<\/p>\n<p>With NotebookLM, your best bet is to<strong> add as much data into the platform as possible<\/strong>. You can easily add sources with the little add box in the upper left corner of the interface, and the more the merrier, as it gives the AI more information to go on. In our test, we noticed it was clearly taking some information from other sources to fill the gaps, so really pile it on if you can.<\/p>\n<p>Another tip for creating podcasts with NotebookLM is to <strong>check and recheck what has been generated<\/strong>. As we mentioned, AI is frequently making errors, or &ldquo;hallucinations,&rdquo; and given that NotebookLM is powered by Google Gemini, it&rsquo;s definitely worth it to do a bit of editing.[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>AI can do a lot, including create an entire podcast based on nothing more than a website, a Google doc, or a YouTube video.<\/p>\n","protected":false},"author":8358,"featured_media":356886,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-sidebar.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-356877","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","col-12"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co<\/title>\n<meta name=\"description\" content=\"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co\" \/>\n<meta property=\"og:description\" content=\"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\" \/>\n<meta property=\"og:site_name\" content=\"Tech.co\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/conor.cawley.7\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-03T07:47:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Conor Cawley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@ConorCawley\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Conor Cawley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#article\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\"},\"author\":{\"name\":\"Conor Cawley\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"headline\":\"How to Turn (Almost) Anything Into a Podcast With Google AI\",\"datePublished\":\"2024-10-03T07:47:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\"},\"wordCount\":749,\"image\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg\",\"keywords\":[\"AI Learning\",\"AI Tools\",\"Artificial Intelligence\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2024\",\"copyrightHolder\":{\"@id\":\"https:\/\/tech.co\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\",\"url\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\",\"name\":\"How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co\",\"isPartOf\":{\"@id\":\"https:\/\/tech.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage\"},\"thumbnailUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg\",\"datePublished\":\"2024-10-03T07:47:48+00:00\",\"author\":{\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\"},\"description\":\"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.\",\"breadcrumb\":{\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage\",\"url\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg\",\"contentUrl\":\"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg\",\"width\":1920,\"height\":960,\"caption\":\"Robot Podcast\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tech.co\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Turn (Almost) Anything Into a Podcast With Google AI\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tech.co\/#website\",\"url\":\"https:\/\/tech.co\/\",\"name\":\"Tech.co\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tech.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233\",\"name\":\"Conor Cawley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tech.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg\",\"caption\":\"Conor Cawley\"},\"description\":\"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \\\"colloquially\\\" correctly. You can email Conor at conor@tech.co.\",\"sameAs\":[\"https:\/\/www.facebook.com\/conor.cawley.7\",\"https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558\",\"https:\/\/x.com\/ConorCawley\"],\"url\":\"https:\/\/tech.co\/author\/conor-cawley\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co","description":"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.","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:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai","og_locale":"en_US","og_type":"article","og_title":"How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co","og_description":"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.","og_url":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai","og_site_name":"Tech.co","article_author":"https:\/\/www.facebook.com\/conor.cawley.7","article_published_time":"2024-10-03T07:47:48+00:00","og_image":[{"width":1920,"height":960,"url":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg","type":"image\/jpeg"}],"author":"Conor Cawley","twitter_card":"summary_large_image","twitter_creator":"@ConorCawley","twitter_misc":{"Written by":"Conor Cawley","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#article","isPartOf":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai"},"author":{"name":"Conor Cawley","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"headline":"How to Turn (Almost) Anything Into a Podcast With Google AI","datePublished":"2024-10-03T07:47:48+00:00","mainEntityOfPage":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai"},"wordCount":749,"image":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg","keywords":["AI Learning","AI Tools","Artificial Intelligence"],"articleSection":["News"],"inLanguage":"en-US","copyrightYear":"2024","copyrightHolder":{"@id":"https:\/\/tech.co\/#organization"}},{"@type":"WebPage","@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai","url":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai","name":"How to Turn (Almost) Anything Into a Podcast With Google AI - Tech.co","isPartOf":{"@id":"https:\/\/tech.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage"},"image":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage"},"thumbnailUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg","datePublished":"2024-10-03T07:47:48+00:00","author":{"@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233"},"description":"Learn more about how you can use NotebookLM to create a podcast based on a website, a Google doc, or a YouTube video.","breadcrumb":{"@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#primaryimage","url":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg","contentUrl":"https:\/\/images.tech.co\/wp-content\/uploads\/2024\/10\/02124018\/robot-podcast.jpg","width":1920,"height":960,"caption":"Robot Podcast"},{"@type":"BreadcrumbList","@id":"https:\/\/tech.co\/news\/turn-anything-into-podcast-google-ai#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tech.co\/"},{"@type":"ListItem","position":2,"name":"How to Turn (Almost) Anything Into a Podcast With Google AI"}]},{"@type":"WebSite","@id":"https:\/\/tech.co\/#website","url":"https:\/\/tech.co\/","name":"Tech.co","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tech.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/tech.co\/#\/schema\/person\/94d1426d441b8f287bd44773e36b4233","name":"Conor Cawley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tech.co\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3e646bfb63c07ff357df31449b3bda6bb766dfd23c04869c1df7f43e908aa6ab?s=96&d=blank&r=pg","caption":"Conor Cawley"},"description":"Conor is the Lead Writer for Tech.co. For the last eight years, he\u2019s covered everything from tech news and product reviews to digital marketing trends and business tech innovations. He's a feature, reviews, and news contributor for Android Police, and he has hosted tech-focused events for SXSW, Tech in Motion, and General Assembly, to name a few. He also cannot pronounce the word \"colloquially\" correctly. You can email Conor at conor@tech.co.","sameAs":["https:\/\/www.facebook.com\/conor.cawley.7","https:\/\/www.linkedin.com\/in\/conor-cawley-6467a558","https:\/\/x.com\/ConorCawley"],"url":"https:\/\/tech.co\/author\/conor-cawley"}]}},"_links":{"self":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/356877","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/users\/8358"}],"replies":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/comments?post=356877"}],"version-history":[{"count":0,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/posts\/356877\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media\/356886"}],"wp:attachment":[{"href":"https:\/\/tech.co\/wp-json\/wp\/v2\/media?parent=356877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}