{"id":122892,"date":"2026-07-23T12:00:45","date_gmt":"2026-07-23T06:30:45","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=122892"},"modified":"2026-07-23T12:00:46","modified_gmt":"2026-07-23T06:30:46","slug":"prompt-chaining-with-claude","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/prompt-chaining-with-claude\/","title":{"rendered":"Prompt Chaining with Claude: Advanced Techniques"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.guvi.in\/blog\/guide-to-large-language-models\/\" target=\"_blank\" rel=\"noreferrer noopener\">Large Language Models (LLMs)<\/a> perform better when complex tasks are broken into smaller steps instead of being handled in a single prompt. This approach, called prompt chaining, helps Claude solve problems more systematically and accurately.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TL;DR<\/strong><\/h2>\n\n\n\n<ol>\n<li>Prompt chaining breaks complex tasks into multiple connected prompts instead of relying on a single prompt.<\/li>\n\n\n\n<li>It improves response quality, reasoning, accuracy, and consistency.<\/li>\n\n\n\n<li>Each prompt builds on the output of the previous step, creating a structured workflow.<\/li>\n\n\n\n<li>Claude prompt chaining is widely used for content creation, coding, research, and AI automation.<\/li>\n\n\n\n<li>Advanced chaining techniques help developers build more reliable and scalable AI applications.<\/li>\n<\/ol>\n\n\n\n<p>In this guide, you&#8217;ll learn how prompt chaining works, advanced techniques, best practices, and how <strong>HCL GUVI&#8217;s<\/strong><a href=\"https:\/\/www.guvi.in\/courses\/bundles\/artificial-intelligence-machine-learning\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=prompt-chaining-with-claude\" target=\"_blank\" rel=\"noreferrer noopener\"><strong> AI &amp; Machine Learning<\/strong><\/a><strong> Course<\/strong> helps you build real-world AI applications.&nbsp;<\/p>\n\n\n\n<div style=\"\n  margin: 40px 0;\n  border: 1px solid #d9efe2;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  font-family: Arial, sans-serif;\n\">\n\n  <!-- Question -->\n  <div style=\"\n    background: #099f4e;\n    color: #ffffff;\n    padding: 18px 24px;\n  \">\n    <h2 style=\"\n      margin: 0;\n      font-size: 24px;\n      font-weight: 700;\n      line-height: 1.4;\n      color: #ffffff;\n    \">\n      What Is Prompt Chaining in Claude?\n    <\/h2>\n  <\/div>\n\n  <!-- Answer -->\n  <div style=\"\n    background: #f8fffb;\n    padding: 24px;\n  \">\n    <p style=\"\n      margin: 0;\n      color: #374151;\n      font-size: 16px;\n      line-height: 1.8;\n    \">\n      Claude prompt chaining is an advanced prompt engineering technique that divides complex tasks into multiple connected prompts. Each prompt completes a specific objective and passes its output to the next step, allowing Claude to generate more accurate, organized, and reliable responses while reducing errors and improving consistency across AI workflows.\n    <\/p>\n  <\/div>\n\n<\/div>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>What Is Prompt Chaining?<\/strong><\/h1>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining-1200x800.webp\" alt=\"\" class=\"wp-image-125297\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining-1200x800.webp 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining-300x200.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining-768x512.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining-150x100.webp 150w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/What-is-prompt-chaining.webp 1536w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.promptingguide.ai\/techniques\/prompt_chaining\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Prompt chaining<\/a> is a technique where multiple prompts are connected together to solve a larger task. Instead of asking Claude to complete everything in one request, each prompt focuses on a single objective before passing its output to the next prompt.<\/p>\n\n\n\n<p>Think of it like an assembly line. Rather than expecting one worker to build an entire product, each worker completes one specialized task before handing it over to the next stage. Similarly, Claude completes one prompt at a time, with every step contributing to the final result.<\/p>\n\n\n\n<p>For example, instead of asking Claude to write an entire technical article immediately, a prompt chain could follow this workflow:<\/p>\n\n\n\n<ol>\n<li>Generate an outline.<\/li>\n\n\n\n<li>Expand each section.<\/li>\n\n\n\n<li>Improve readability.<\/li>\n\n\n\n<li>Optimize for <a href=\"https:\/\/www.guvi.in\/blog\/what-is-seo\/\" target=\"_blank\" rel=\"noreferrer noopener\">SEO<\/a>.<\/li>\n\n\n\n<li>Proofread the final draft.<\/li>\n<\/ol>\n\n\n\n<p>Because every prompt has a focused responsibility, the final output is usually more accurate and better organized.<\/p>\n\n\n\n<p>Download <strong>HCL GUVI&#8217;s free AI <\/strong><a href=\"https:\/\/www.guvi.in\/mlp\/genai-ebook\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=prompt-chaining-with-claude\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>eBook<\/strong><\/a> to explore prompt engineering, generative AI, large language models, and practical AI techniques with beginner-friendly explanations and real-world examples.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Prompt Chaining Matters<\/strong><\/h2>\n\n\n\n<p>Complex prompts often require Claude to reason, organize information, generate content, and review its own work simultaneously. This increases the likelihood of missed instructions or inconsistent responses.<\/p>\n\n\n\n<p>Prompt chaining solves this problem by separating large tasks into logical stages.<\/p>\n\n\n\n<p>Some key benefits include:<\/p>\n\n\n\n<ul>\n<li>Better reasoning across complex problems.<\/li>\n\n\n\n<li>Improved response consistency.<\/li>\n\n\n\n<li>Reduced hallucinations and unsupported assumptions.<\/li>\n\n\n\n<li>Easier debugging when something goes wrong.<\/li>\n\n\n\n<li>Greater control over the final output.<\/li>\n<\/ul>\n\n\n\n<p>This makes prompt chaining especially valuable for developers <a href=\"https:\/\/www.guvi.in\/blog\/build-ai-apps-with-claude\/\" target=\"_blank\" rel=\"noreferrer noopener\">building AI applications<\/a> that require predictable and repeatable results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Prompt Chaining Works<\/strong><\/h2>\n\n\n\n<p>A prompt chain consists of multiple prompts that execute in sequence. Each stage performs a specific task before passing structured information to the next stage.<\/p>\n\n\n\n<p>A typical workflow looks like this:<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> Understand the user&#8217;s request.<\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Create a structured plan.<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Generate the required content.<\/p>\n\n\n\n<p><strong>Step 4:<\/strong> Verify factual accuracy.<\/p>\n\n\n\n<p><strong>Step 5:<\/strong> Refine formatting and presentation.<\/p>\n\n\n\n<p>Since <a href=\"https:\/\/claude.com\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Claude<\/a> focuses on one objective at a time, each stage can be optimized independently without affecting the rest of the workflow.<\/p>\n\n\n\n<div style=\"\n  margin: 40px 0;\n  border: 1px solid #d9efe2;\n  border-radius: 12px;\n  overflow: hidden;\n  box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  font-family: Arial, sans-serif;\n\">\n\n  <!-- Question -->\n  <div style=\"\n    background: #099f4e;\n    color: #ffffff;\n    padding: 18px 24px;\n  \">\n    <h2 style=\"\n      margin: 0;\n      font-size: 24px;\n      font-weight: 700;\n      line-height: 1.4;\n      color: #ffffff;\n    \">\n      What Is Prompt Chaining in Claude?\n    <\/h2>\n  <\/div>\n\n  <!-- Answer -->\n  <div style=\"\n    background: #f8fffb;\n    padding: 24px;\n  \">\n    <p style=\"\n      margin: 0;\n      color: #374151;\n      font-size: 16px;\n      line-height: 1.8;\n    \">\n      Claude prompt chaining is an advanced prompt engineering technique that divides complex tasks into multiple connected prompts. Each prompt completes a specific objective and passes its output to the next step, allowing Claude to generate more accurate, organized, and reliable responses while reducing errors and improving consistency across AI workflows.\n    <\/p>\n  <\/div>\n\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Advanced Prompt Chaining Techniques<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni-1200x800.webp\" alt=\"\" class=\"wp-image-125298\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni-1200x800.webp 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni-300x200.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni-768x512.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni-150x100.webp 150w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/adv-prompt-chaining-techni.webp 1536w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>Once you understand the basics, you can design more sophisticated prompt chains that improve efficiency and output quality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Sequential Chaining<\/strong><\/h3>\n\n\n\n<p>Sequential chaining is the simplest approach. Every prompt depends on the output generated by the previous prompt.<\/p>\n\n\n\n<p>Example workflow:<\/p>\n\n\n\n<ul>\n<li>Research a topic.<\/li>\n\n\n\n<li>Create an outline.<\/li>\n\n\n\n<li>Write the article.<\/li>\n\n\n\n<li>Optimize for SEO.<\/li>\n\n\n\n<li>Review grammar and readability.<\/li>\n<\/ul>\n\n\n\n<p>This technique works well for writing, documentation, and educational content.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Conditional Chaining<\/strong><\/h3>\n\n\n\n<p>Conditional chaining introduces decision-making into the workflow. Claude performs different actions depending on previous outputs.<\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<ul>\n<li>If the generated code passes validation, proceed to documentation.<\/li>\n\n\n\n<li>If errors are detected, generate debugging suggestions first.<\/li>\n<\/ul>\n\n\n\n<p>This creates more dynamic AI systems capable of adapting to different situations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Parallel Prompt Chaining<\/strong><\/h3>\n\n\n\n<p>Instead of processing every task sequentially, independent tasks can run simultaneously.<\/p>\n\n\n\n<p>For example, while one prompt summarizes a document, another extracts keywords and a third performs sentiment analysis. The results are then combined into a final response.<\/p>\n\n\n\n<p>Parallel chaining reduces processing time and improves efficiency in larger AI pipelines.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Review and Refinement Chains<\/strong><\/h3>\n\n\n\n<p>Many production AI systems include dedicated review stages.<\/p>\n\n\n\n<p>A typical refinement chain may include:<\/p>\n\n\n\n<ul>\n<li>Generate the first draft.<\/li>\n\n\n\n<li>Review for factual accuracy.<\/li>\n\n\n\n<li>Improve readability.<\/li>\n\n\n\n<li>Check formatting.<\/li>\n\n\n\n<li>Produce the final version.<\/li>\n<\/ul>\n\n\n\n<p>Separating generation from evaluation often produces higher-quality results than asking Claude to perform both simultaneously.<\/p>\n\n\n\n<p>Master prompt engineering, AI automation, and advanced generative AI techniques with <strong>HCL GUVI&#8217;s <\/strong><a href=\"https:\/\/www.guvi.in\/courses\/bundles\/artificial-intelligence-machine-learning\/?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=prompt-chaining-with-claude\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>AI &amp; Machine Learning<\/strong><\/a><strong> Course<\/strong>. Learn how to design intelligent AI workflows, build production-ready applications, and work with large language models through hands-on projects guided by industry experts.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Best Practices for Claude Prompt Chaining<\/strong><\/h1>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"800\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1-1200x800.webp\" alt=\"\" class=\"wp-image-125299\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1-1200x800.webp 1200w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1-300x200.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1-768x512.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1-150x100.webp 150w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/best-practices-1.webp 1536w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" title=\"\"><\/figure>\n\n\n\n<p>Building an effective prompt chain requires more than simply connecting multiple prompts. Each step should have a clear purpose, produce structured outputs, and pass only the information needed by the next stage. Following established best practices makes your AI workflows more reliable, scalable, and easier to maintain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Break Complex Tasks into Smaller Steps<\/strong><\/h2>\n\n\n\n<p>One of the biggest advantages of prompt chaining is task decomposition. Instead of asking Claude to complete several objectives simultaneously, divide the workflow into smaller prompts that each solve a single problem.<\/p>\n\n\n\n<p>For example, when creating a research report, the chain could look like this:<\/p>\n\n\n\n<ol>\n<li>Collect relevant information.<\/li>\n\n\n\n<li>Organize the findings.<\/li>\n\n\n\n<li>Summarize key insights.<\/li>\n\n\n\n<li>Write the complete report.<\/li>\n\n\n\n<li>Proofread and refine the final version.<\/li>\n<\/ol>\n\n\n\n<p>Smaller prompts reduce ambiguity and allow Claude to focus on one objective at a time, leading to higher-quality responses.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Avoid Overly Long Prompt Chains<\/strong><\/h2>\n\n\n\n<p>Although prompt chaining improves complex workflows, creating too many stages can increase latency and introduce unnecessary complexity.<\/p>\n\n\n\n<p>Whenever possible:<\/p>\n\n\n\n<ul>\n<li>Combine related steps.<\/li>\n\n\n\n<li>Remove redundant prompts.<\/li>\n\n\n\n<li>Keep workflows concise.<\/li>\n\n\n\n<li>Focus only on tasks that genuinely require multiple stages.<\/li>\n<\/ul>\n\n\n\n<p>The goal is to balance simplicity with accuracy rather than building the longest possible chain.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<p>Even experienced <a href=\"https:\/\/www.guvi.in\/blog\/best-practices-for-prompt-engineering\/\" target=\"_blank\" rel=\"noreferrer noopener\">prompt engineers<\/a> encounter issues when designing prompt chains. Recognizing these common mistakes can significantly improve the quality of AI-generated outputs.<\/p>\n\n\n\n<p>Some mistakes include:<\/p>\n\n\n\n<ol>\n<li>Giving vague or incomplete instructions.<\/li>\n\n\n\n<li>Passing unstructured outputs to the next prompt.<\/li>\n\n\n\n<li>Including conflicting requirements across different stages.<\/li>\n\n\n\n<li>Ignoring validation or review steps.<\/li>\n\n\n\n<li>Creating unnecessarily complicated workflows.<\/li>\n<\/ol>\n\n\n\n<p>Avoiding these issues helps Claude produce more consistent and dependable responses across different applications.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h1>\n\n\n\n<p>Prompt chaining is one of the most effective techniques for improving the quality and reliability of AI-generated responses. By breaking complex problems into smaller, connected prompts, developers can achieve better reasoning, greater consistency, and easier workflow management.<\/p>\n\n\n\n<p>Whether you&#8217;re building AI chatbots, content generation tools, coding assistants, or business automation systems, prompt chaining provides a structured framework that simplifies complex tasks while improving overall performance. As AI applications continue to evolve, mastering advanced prompt chaining techniques will remain an essential skill for developers, prompt engineers, and AI practitioners.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h1>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1783916435332\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>1. What is prompt chaining in Claude?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Prompt chaining is a prompt engineering technique that divides complex tasks into multiple connected prompts. Each prompt completes a specific objective and passes its output to the next stage, resulting in more accurate and organized AI responses.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916440672\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>2. Why is prompt chaining better than using a single prompt?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Prompt chaining improves accuracy, consistency, and reasoning by allowing Claude to focus on one task at a time instead of handling multiple objectives within a single prompt.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916449491\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>3. What are the different types of prompt chaining?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Common approaches include sequential chaining, conditional chaining, parallel chaining, and review or refinement chains. Each technique is designed for different workflow requirements.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916461982\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>4. Where is prompt chaining commonly used?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Prompt chaining is widely used for content creation, software development, customer support, research automation, document processing, and AI-powered business workflows.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916469036\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>5. How can developers improve prompt chains?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Developers can improve prompt chains by defining clear objectives, breaking tasks into smaller steps, using structured outputs, testing with different inputs, and refining prompts based on performance.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916477586\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>6. Does prompt chaining reduce AI hallucinations?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>While it cannot eliminate hallucinations completely, prompt chaining can reduce them by separating reasoning, validation, and review into different stages, making responses more reliable.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783916486011\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>7. Is prompt chaining suitable for beginners?<\/strong><\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes. Beginners can start with simple sequential prompt chains and gradually explore advanced techniques such as conditional logic, parallel workflows, and automated refinement as they gain experience.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Large Language Models (LLMs) perform better when complex tasks are broken into smaller steps instead of being handled in a single prompt. This approach, called prompt chaining, helps Claude solve problems more systematically and accurately.&nbsp; TL;DR In this guide, you&#8217;ll learn how prompt chaining works, advanced techniques, best practices, and how HCL GUVI&#8217;s AI &amp; [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":125296,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"26","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/Claude-prompt-chaining-300x116.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122892"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=122892"}],"version-history":[{"count":6,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122892\/revisions"}],"predecessor-version":[{"id":125632,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122892\/revisions\/125632"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/125296"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=122892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=122892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=122892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}