{"id":3907,"date":"2026-07-30T12:19:53","date_gmt":"2026-07-30T12:19:53","guid":{"rendered":"https:\/\/www.mhtechin.com\/support\/?p=3907"},"modified":"2026-08-03T10:20:03","modified_gmt":"2026-08-03T10:20:03","slug":"function-calling-the-complete-guide-to-enabling-ai-models-to-execute-real-world-tasks","status":"publish","type":"post","link":"https:\/\/www.mhtechin.com\/support\/function-calling-the-complete-guide-to-enabling-ai-models-to-execute-real-world-tasks\/","title":{"rendered":"Function Calling: Everything You Need To know About."},"content":{"rendered":"\n<div style=\"max-width:960px;margin:0 auto;padding:2rem 1.5rem;font-family:-apple-system,BlinkMacSystemFont,&#039;Segoe UI&#039;,Roboto,&#039;Helvetica Neue&#039;,Arial,sans-serif;color:#1e293b;line-height:1.8;background:#ffffff\">\n\n<!-- TITLE -->\n<h1 style=\"font-weight:800;letter-spacing:-0.02em;margin-bottom:0.5rem;color:#0f172a;border-bottom:4px solid #3b82f6;padding-bottom:0.6rem\">\nFunction Calling\n<\/h1>\n\n<div style=\"color:#475569;margin-top:-0.2rem;margin-bottom:2.5rem;font-weight:400;border-left:4px solid #3b82f6;padding-left:1.2rem\">\nHow AI models invoke predefined functions to access external systems, retrieve live data, and automate real-world tasks.\n<\/div>\n\n<!-- INTRO CALLOUT -->\n\n<div style=\"background:#eff6ff;border-left:6px solid #3b82f6;border-radius:0 8px 8px 0;padding:1.5rem 2rem;margin:2rem 0\">\n\n<p style=\"margin-bottom:1rem;color:#334155;font-weight:bold\">\nTraditional Large Language Models can generate text and answer questions, but they cannot directly send emails, access databases, book appointments, or retrieve live information. Function Calling extends these capabilities by enabling AI to invoke predefined functions that interact with external systems.\n<\/p>\n\n<p style=\"margin:0;color:#334155\">\nWhen combined with <strong>Model Context Protocol (MCP)<\/strong>, <strong>Retrieval-Augmented Generation (RAG)<\/strong>, <strong>AI Memory Systems<\/strong>, and <strong>Context Engineering<\/strong>, Function Calling enables AI assistants and intelligent agents to perform secure, reliable, and automated business operations.\n<\/p>\n\n<\/div>\n\n<!-- ============================================== -->\n<!-- INTRODUCTION -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nIntroduction\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nModern Large Language Models (LLMs) are highly capable of understanding language, generating content, and answering questions. However, they cannot independently access real-time information or perform external actions such as querying databases, sending emails, booking appointments, or processing payments.\n<\/p>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFunction Calling solves this limitation by allowing AI models to invoke predefined functions that interact with APIs, databases, cloud services, and enterprise applications. Instead of relying only on pre-trained knowledge, AI systems can retrieve current information and execute real-world tasks.\n<\/p>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nToday, Function Calling powers AI assistants, customer support platforms, enterprise software, healthcare applications, financial systems, workflow automation, and autonomous AI agents. It transforms AI from a conversational assistant into an intelligent system capable of meaningful action.\n<\/p>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- WHAT IS FUNCTION CALLING -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nWhat is Function Calling?\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFunction Calling enables an AI model to recognize when a user&#8217;s request requires an external operation, generate structured parameters, invoke a predefined function, and use the returned result to produce an accurate response. Rather than relying only on built-in knowledge, AI can interact with external systems securely and consistently.\n<\/p>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFunctions can communicate with APIs, databases, cloud services, calendars, payment gateways, enterprise software, and other business systems. This allows AI assistants to retrieve live information and perform automated tasks on behalf of users.\n<\/p>\n\n<h4 style=\"font-weight:600;margin-top:2rem;margin-bottom:0.8rem;color:#1e293b\">\nCommon Function Types\n<\/h4>\n\n<ul style=\"margin-bottom:1.5rem;padding-left:1.8rem;color:#334155\">\n<li style=\"margin-bottom:0.5rem\">REST APIs<\/li>\n<li style=\"margin-bottom:0.5rem\">Databases<\/li>\n<li style=\"margin-bottom:0.5rem\">Email services<\/li>\n<li style=\"margin-bottom:0.5rem\">Calendars<\/li>\n<li style=\"margin-bottom:0.5rem\">Payment gateways<\/li>\n<li style=\"margin-bottom:0.5rem\">Cloud platforms<\/li>\n<li style=\"margin-bottom:0.5rem\">Enterprise applications<\/li>\n<li style=\"margin-bottom:0.5rem\">File systems<\/li>\n<\/ul>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFor example, if a user asks, <strong>&#8220;What&#8217;s the weather today?&#8221;<\/strong>, the AI calls a weather function to retrieve live information. Likewise, if a user asks <strong>&#8220;Schedule a meeting tomorrow at 2 PM&#8221;<\/strong>, the AI invokes a calendar function to create the event automatically.\n<\/p>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- WHY FUNCTION CALLING MATTERS -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nWhy Function Calling is Important\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nLarge Language Models are excellent reasoning engines but cannot independently execute software operations or retrieve live information. Function Calling extends their capabilities by connecting them with external systems, enabling AI to automate workflows and perform business operations.\n<\/p>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nOrganizations using Function Calling improve productivity, automate repetitive tasks, enhance customer experiences, and build more capable AI assistants and enterprise applications.\n<\/p>\n\n<ul style=\"margin-bottom:1.5rem;padding-left:1.8rem;color:#334155\">\n\n<li style=\"margin-bottom:0.5rem\"><strong>Live data access:<\/strong> Retrieve real-time information from APIs and databases.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Workflow automation:<\/strong> Execute business operations automatically.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Higher accuracy:<\/strong> Generate responses using current information.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Enterprise integration:<\/strong> Connect AI with business software and cloud services.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>AI agents:<\/strong> Enable autonomous systems to perform real-world tasks.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Personalized experiences:<\/strong> Deliver context-aware and action-oriented assistance.<\/li>\n\n<\/ul>\n\n<\/div>\n\n\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- HOW FUNCTION CALLING WORKS                     -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nHow Function Calling Works\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFunction Calling follows a structured workflow that allows AI models to identify when external actions are required, execute predefined functions, and return accurate results. This enables AI to combine reasoning with real-world operations while keeping responses reliable and secure.\n<\/p>\n\n<h4 style=\"font-weight:600;margin-top:2rem;margin-bottom:0.8rem;color:#1e293b\">\nFunction Calling Workflow\n<\/h4>\n\n<ol style=\"margin-bottom:1.5rem;padding-left:1.8rem;color:#334155\">\n\n<li style=\"margin-bottom:0.7rem\">\n<strong>User Request:<\/strong> The user submits a natural language request that may require an external operation.\n<\/li>\n\n<li style=\"margin-bottom:0.7rem\">\n<strong>Intent Detection:<\/strong> The AI determines whether answering the request requires calling a predefined function.\n<\/li>\n\n<li style=\"margin-bottom:0.7rem\">\n<strong>Parameter Extraction:<\/strong> The model extracts structured information such as names, dates, locations, or IDs.\n<\/li>\n\n<li style=\"margin-bottom:0.7rem\">\n<strong>Function Invocation:<\/strong> The selected function is called with the extracted parameters.\n<\/li>\n\n<li style=\"margin-bottom:0.7rem\">\n<strong>Execution:<\/strong> The function interacts with APIs, databases, cloud services, or enterprise applications.\n<\/li>\n\n<li>\n<strong>Response Generation:<\/strong> The returned data is converted into a clear, natural language response for the user.\n<\/li>\n\n<\/ol>\n\n<div style=\"background:#f1f5f9;border-radius:8px;padding:1.4rem 1.8rem;margin:1.8rem 0;border:1px solid #e2e8f0\">\n\n<p style=\"margin:0 0 0.8rem 0;font-weight:600;color:#1e293b\">\nTypical Function Calling Pipeline\n<\/p>\n\n<p style=\"margin:0;color:#334155;font-family:monospace\">\nUser \u2192 LLM \u2192 Intent Detection \u2192 Parameter Extraction \u2192 Function Call \u2192 External Service \u2192 Response \u2192 User\n<\/p>\n\n<\/div>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- CORE COMPONENTS                                -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nCore Components of Function Calling\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nA production-ready Function Calling system includes several components that work together to execute tasks securely and efficiently.\n<\/p>\n\n<div style=\"background:#f8fafc;border-radius:12px;padding:1.5rem 2rem;margin:1.8rem 0;border:1px solid #e2e8f0\">\n\n<h4 style=\"margin-top:0;margin-bottom:0.8rem;color:#1e293b\">\nLarge Language Model (LLM)\n<\/h4>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nUnderstands user requests, detects intent, extracts parameters, and determines when a function should be called.\n<\/p>\n\n<h4 style=\"margin-bottom:0.8rem;color:#1e293b\">\nFunction Registry\n<\/h4>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nMaintains a catalog of available functions, their descriptions, required parameters, and expected outputs.\n<\/p>\n\n<h4 style=\"margin-bottom:0.8rem;color:#1e293b\">\nFunction Executor\n<\/h4>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nExecutes the selected function and communicates with external systems such as APIs, databases, and cloud services.\n<\/p>\n\n<h4 style=\"margin-bottom:0.8rem;color:#1e293b\">\nExternal Services\n<\/h4>\n\n<p style=\"margin-bottom:0.8rem;color:#334155\">\nThese services perform the actual operations requested by users.\n<\/p>\n\n<ul style=\"padding-left:1.8rem;color:#334155;margin-bottom:1.2rem\">\n<li>REST APIs<\/li>\n<li>Databases<\/li>\n<li>Email Services<\/li>\n<li>Calendars<\/li>\n<li>Payment Gateways<\/li>\n<li>Cloud Platforms<\/li>\n<li>Enterprise Applications<\/li>\n<\/ul>\n\n<h4 style=\"margin-bottom:0.8rem;color:#1e293b\">\nResponse Formatter\n<\/h4>\n\n<p style=\"margin-bottom:0;color:#334155\">\nTransforms structured function outputs into user-friendly responses while preserving accuracy and readability.\n<\/p>\n\n<\/div>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- FUNCTION CALLING VS AI TOOL CALLING            -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nFunction Calling vs AI Tool Calling\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nAlthough closely related, Function Calling and AI Tool Calling serve different purposes. Function Calling executes predefined operations with structured parameters, while AI Tool Calling enables AI to dynamically choose and interact with a wider range of tools and services.\n<\/p>\n\n<table style=\"width:100%;border-collapse:collapse;margin:1.8rem 0;background:#ffffff;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0\">\n\n<thead>\n<tr style=\"background:#1e293b;color:#ffffff\">\n<th style=\"padding:0.9rem 1.2rem;text-align:left\">Function Calling<\/th>\n<th style=\"padding:0.9rem 1.2rem;text-align:left\">AI Tool Calling<\/th>\n<\/tr>\n<\/thead>\n\n<tbody>\n\n<tr style=\"border-bottom:1px solid #e2e8f0\">\n<td style=\"padding:0.9rem 1.2rem\">Uses predefined functions<\/td>\n<td style=\"padding:0.9rem 1.2rem\">Uses various external tools and services<\/td>\n<\/tr>\n\n<tr style=\"border-bottom:1px solid #e2e8f0\">\n<td style=\"padding:0.9rem 1.2rem\">Requires structured parameters<\/td>\n<td style=\"padding:0.9rem 1.2rem\">Can dynamically select tools<\/td>\n<\/tr>\n\n<tr style=\"border-bottom:1px solid #e2e8f0\">\n<td style=\"padding:0.9rem 1.2rem\">Focused on specific operations<\/td>\n<td style=\"padding:0.9rem 1.2rem\">Supports broader enterprise workflows<\/td>\n<\/tr>\n\n<tr>\n<td style=\"padding:0.9rem 1.2rem\">Often used inside AI applications<\/td>\n<td style=\"padding:0.9rem 1.2rem\">Common in AI agents and enterprise platforms<\/td>\n<\/tr>\n\n<\/tbody>\n\n<\/table>\n\n\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- FUNCTION CALLING VS AI TOOL CALLING            -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nFunction Calling vs AI Tool Calling\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nAlthough these technologies are closely related, they serve different purposes. Function Calling executes predefined functions with structured parameters, while AI Tool Calling is broader and enables AI to discover, select, and interact with multiple external tools dynamically.\n<\/p>\n\n<table style=\"width:100%;border-collapse:collapse;margin:1.8rem 0;background:#ffffff;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0\">\n\n    <thead>\n        <tr style=\"background:#1e293b;color:#ffffff\">\n            <th style=\"padding:0.9rem 1.2rem;text-align:left\">Function Calling<\/th>\n            <th style=\"padding:0.9rem 1.2rem;text-align:left\">AI Tool Calling<\/th>\n        <\/tr>\n    <\/thead>\n\n    <tbody>\n\n        <tr style=\"border-bottom:1px solid #e2e8f0\">\n            <td style=\"padding:0.9rem 1.2rem\">Uses predefined functions<\/td>\n            <td style=\"padding:0.9rem 1.2rem\">Uses multiple external tools and services<\/td>\n        <\/tr>\n\n        <tr style=\"border-bottom:1px solid #e2e8f0\">\n            <td style=\"padding:0.9rem 1.2rem\">Requires structured parameters<\/td>\n            <td style=\"padding:0.9rem 1.2rem\">Can dynamically choose suitable tools<\/td>\n        <\/tr>\n\n        <tr style=\"border-bottom:1px solid #e2e8f0\">\n            <td style=\"padding:0.9rem 1.2rem\">Focused on executing specific operations<\/td>\n            <td style=\"padding:0.9rem 1.2rem\">Supports complete AI workflows<\/td>\n        <\/tr>\n\n        <tr style=\"border-bottom:1px solid #e2e8f0\">\n            <td style=\"padding:0.9rem 1.2rem\">Ideal for predictable tasks<\/td>\n            <td style=\"padding:0.9rem 1.2rem\">Ideal for autonomous AI agents<\/td>\n        <\/tr>\n\n        <tr>\n            <td style=\"padding:0.9rem 1.2rem\">Specialized implementation<\/td>\n            <td style=\"padding:0.9rem 1.2rem\">Broader orchestration capability<\/td>\n        <\/tr>\n\n    <\/tbody>\n\n<\/table>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nIn practice, Function Calling is considered a specialized implementation of AI Tool Calling and is commonly used in enterprise AI assistants and workflow automation.\n<\/p>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- APPLICATIONS                                   -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nApplications of Function Calling\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nFunction Calling powers a wide range of AI applications across industries by enabling language models to perform real-world operations through external systems.\n<\/p>\n\n<div style=\"background:#f8fafc;border-radius:12px;padding:1.5rem 2rem;margin:1.8rem 0;border:1px solid #e2e8f0\">\n\n<ul style=\"padding-left:1.8rem;color:#334155;margin:0\">\n\n<li style=\"margin-bottom:0.8rem\"><strong>Customer Support:<\/strong> Retrieve orders, create support tickets, and access customer records.<\/li>\n\n<li style=\"margin-bottom:0.8rem\"><strong>Healthcare:<\/strong> Schedule appointments and securely retrieve patient information.<\/li>\n\n<li style=\"margin-bottom:0.8rem\"><strong>Finance:<\/strong> Calculate loans, generate reports, and process financial data.<\/li>\n\n<li style=\"margin-bottom:0.8rem\"><strong>Software Development:<\/strong> Search documentation, automate coding tasks, and integrate development tools.<\/li>\n\n<li style=\"margin-bottom:0.8rem\"><strong>Human Resources:<\/strong> Manage leave requests, employee records, and onboarding processes.<\/li>\n\n<li style=\"margin-bottom:0.8rem\"><strong>E-commerce:<\/strong> Process orders, check inventory, and track deliveries.<\/li>\n\n<li><strong>Smart Homes:<\/strong> Control connected devices and automate household operations.<\/li>\n\n<\/ul>\n\n<\/div>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n<!-- ============================================== -->\n<!-- BENEFITS                                       -->\n<!-- ============================================== -->\n\n<h3 style=\"font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:#0f172a;border-bottom:2px solid #e2e8f0;padding-bottom:0.4rem\">\nBenefits of Function Calling\n<\/h3>\n\n<p style=\"margin-bottom:1.2rem;color:#334155\">\nOrganizations implementing Function Calling improve automation, accuracy, and operational efficiency by enabling AI to interact directly with enterprise systems.\n<\/p>\n\n<ul style=\"margin-bottom:1.5rem;padding-left:1.8rem;color:#334155\">\n\n<li style=\"margin-bottom:0.5rem\"><strong>Real-time data access:<\/strong> Retrieve the latest information from connected services.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Workflow automation:<\/strong> Execute repetitive business tasks automatically.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Enterprise integration:<\/strong> Connect AI with APIs, databases, and business platforms.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Faster task execution:<\/strong> Reduce manual effort and improve efficiency.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Improved customer experience:<\/strong> Deliver faster and more accurate responses.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Higher productivity:<\/strong> Enable employees to focus on higher-value work.<\/li>\n\n<li style=\"margin-bottom:0.5rem\"><strong>Smarter AI agents:<\/strong> Support autonomous decision-making and task completion.<\/li>\n\n<li><strong>Scalable AI applications:<\/strong> Build enterprise-ready AI solutions that grow with business needs.<\/li>\n\n<\/ul>\n\n<hr style=\"border:0;height:1px;background:linear-gradient(to right,#e2e8f0,transparent);margin:2.8rem 0\">\n\n\n\n<p class=\"wp-block-paragraph\">Developed by <a href=\"https:\/\/www.linkedin.com\/in\/shreya-vasagadekar-848471291\">Shreya Vasagadekar<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><br><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Function Calling How AI models invoke predefined functions to access external systems, retrieve live data, and automate real-world tasks. Traditional Large Language Models can generate text and answer questions, but they cannot directly send emails, access databases, book appointments, or retrieve live information. Function Calling extends these capabilities by enabling AI to invoke predefined functions [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3907","post","type-post","status-publish","format-standard","hentry","category-support"],"_links":{"self":[{"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/posts\/3907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/comments?post=3907"}],"version-history":[{"count":4,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/posts\/3907\/revisions"}],"predecessor-version":[{"id":4255,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/posts\/3907\/revisions\/4255"}],"wp:attachment":[{"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/media?parent=3907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/categories?post=3907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mhtechin.com\/support\/wp-json\/wp\/v2\/tags?post=3907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}