{"id":327,"date":"2026-06-29T17:46:29","date_gmt":"2026-06-29T17:46:29","guid":{"rendered":"https:\/\/www.dataradar.io\/blog\/?p=327"},"modified":"2026-06-26T21:23:32","modified_gmt":"2026-06-26T21:23:32","slug":"the-token-tax","status":"publish","type":"post","link":"https:\/\/www.dataradar.io\/blog\/the-token-tax\/","title":{"rendered":"The Token Tax: How Hidden Data Drift Multiplies GenAI Compute Bills"},"content":{"rendered":"\n<p><\/p>\n\n\n<div class=\"c-section\">\n\t<div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_a44c272c408789a14c67434cb302d57f\">\n    <h2>Introduction<\/h2>\n<p>Every enterprise GenAI workload carries a hidden surcharge that never appears as its own line item. When data drifts and quality degrades upstream, downstream models compensate by consuming more compute: more retries, longer context windows, more reasoning steps, and more retraining cycles. The unit price of a token continues to fall, yet total inference spend keeps climbing because consumption is rising faster than prices fall (Gartner, 2026). The cause is rarely the model. It is undetected drift in the data feeding it. This brief explains the mechanics of that token tax and why correlating data quality directly to compute cost, inside the warehouse rather than across two disconnected tools, is the only way to see it and stop it.<\/p>\n<h2>The Hidden Surcharge on Every GenAI Workload<\/h2>\n<p>Ask any data and AI leader what is driving their cloud bill, and the honest answer is usually some version of more usage. That answer is incomplete. Per-token prices have fallen dramatically, by roughly 280-fold for comparable model classes between late 2022 and late 2024 (Stanford HAI, 2025). On paper, GenAI should be getting cheaper every quarter. In practice, the bill keeps rising. The reason is structural: token consumption is growing faster than token prices are falling, so total inference costs increase even as unit costs decrease (Gartner, 2026).<\/p>\n<p>That gap between falling unit price and rising total spend is where the token tax lives. It is the compounding compute surcharge an organization pays when the data behind its models quietly stops matching reality. The tax does not show up labeled as a data problem. It shows up as warehouse credits consumed, GPU hours billed, and an inference line that finance cannot fully explain. Treating that line as a pure scaling story leads teams to optimize the wrong layer. They tune prompts and right-size warehouses while the upstream driver, drifting and degrading data, goes unmonitored.<\/p>\n<p>For leaders accountable for both AI outcomes and the budget that funds them, the discipline is to stop treating quality and cost as separate ledgers. They are the same ledger. A quality issue you cannot see is a cost issue you cannot control.<\/p>\n<h2>What Data Drift Actually Does to a Token Budget<\/h2>\n<p><strong>From distribution shift to silent decay. <\/strong>Data drift is a change in the statistical distribution of the inputs feeding a model. Concept drift is a change in the relationship between inputs and the model&#8217;s predicted outcome. Both are inevitable in any production system that touches the real world, and both degrade model performance over time without throwing a single error (Yarabolu &amp; Gupta, 2024). Nothing crashes. The pipeline still runs, the model still returns outputs, and dashboards still populate. The accuracy simply erodes, slowly enough that no one can pinpoint the moment it began.<\/p>\n<p>This silence is precisely what makes drift expensive. A failure that crashes loudly gets fixed in hours. A failure that degrades quietly gets paid for in compute, week after week, until someone finally traces a business miss back to the data. By then the organization has absorbed months of inflated spend on top of the original quality defect.<\/p>\n<p><strong>Why drift becomes a compute problem, not only an accuracy problem. <\/strong>In a classic predictive model, drift mostly shows up as worse predictions. In a GenAI or retrieval-augmented system, drift also manifests as increased consumption. When the underlying data shifts, retrieval quality falls, grounding weakens, and the system compensates by working harder. That compensation is measured in tokens and credits: longer context windows stuffed with marginally relevant chunks, repeated retries when the first answer fails validation, multi-step reasoning loops that fire because confidence is low, and agentic chains that re-query and self-correct instead of resolving on the first pass.<\/p>\n<p>Each of those behaviors is a rational response to untrustworthy inputs, and each one multiplies token usage per unit of work. The model is not malfunctioning. It is paying, in compute, for the quality your pipeline did not guarantee. The same dynamic plays out in batch operations, where dirty or duplicate data triggers failed pipelines, reprocessing cycles, and reruns that burn warehouse credits with nothing to show for them. And when degradation finally forces a retrain, the bill spikes hard: retraining a generative model after a data-quality failure can cost three to ten times the original training budget (TDWI, 2026).<\/p>\n<h2>The Compounding Math of the Token Tax<\/h2>\n<p>The token tax is dangerous because it compounds along two axes at once: the per-task multiplier and the fleet-wide multiplier.<\/p>\n<p>On the per-task axis, the shift toward agentic workloads raises the baseline. Agentic models consume between 5 and 30 times as many tokens per task as a standard GenAI chatbot because they reason across multiple steps, load more context, and correct their own errors (Gartner, 2026). Layer drift-induced retries and re-grounding on top of that baseline, and a single degraded workflow can quietly double or triple its own consumption.<\/p>\n<p>On the fleet-wide axis, which inflated per-task cost is multiplied across every workflow, user, and department that run the same models. The result is the pattern enterprises keep rediscovering only after the invoice arrives: production token volume that bears no resemblance to the pilot, and an inference line that scales faster than the value it produces.<\/p>\n<p>To see why this lands so hard on a Snowflake bill, it helps to look at where the spend actually sits. The breakdown below maps a typical enterprise&#8217;s Snowflake consumption by cost driver. Compute warehouses dominate the total but notice the line flagged <em>Cortex AI Inference<\/em>: it is metered <strong>per million tokens<\/strong>, and it is the category explicitly marked as growing. That is the meter the token tax is based on. Every drift-induced retry, every padded context window, every reasoning loop is billed through that line, which is precisely the line most cost dashboards treat as a small, fixed slice rather than the variable cost it is becoming.<\/p>\n<\/div>\n\n<picture class=\"c-infographic c-infographic__img\">\n    <source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/06\/DAT-NA-PLAYBOOK-2.4VISUAL-960x450px-JUN-26-517230.png\">\n    <img class=\"sp-no-webp\"  decoding=\"async\" src=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/06\/DAT-NA-PLAYBOOK-2.4VISUAL-960x450px-JUN-26-517230.png\" alt=\"Home image\" aria-hidden=\"true\" loading=\"lazy\" width=\"\" height=\"\">\n<\/picture>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_a1e1a7ea37de938b495ca8cbe53913d2\">\n    <p>The takeaway is not that inference is the largest item on today&#8217;s bill. It is that inference is the fastest-moving number, and it is directly driven by upstream data quality. A cost view that monitors only the compute-warehouse slab will report that everything looks normal, while the token-metered line climbs beneath it.<\/p>\n<p>The financial backdrop makes the stakes concrete. Poor data quality already costs organizations an average of 12.9 million dollars per year (Gartner, 2020), and that figure predates the GenAI era of metered compute. More recent enterprise research finds data quality and readiness at the top of the leadership agenda, with a meaningful share of organizations reporting losses exceeding 5 million dollars annually directly tied to bad data (IBM Institute for Business Value, 2025). None of this is a model problem. It is the predictable downstream cost of inputs no one was watching closely enough. It also explains why more than 60 percent of AI projects still do not reach production, with data trust, not model quality, cited as the primary barrier (Edjlali, 2025).<\/p>\n<h2>Why Decoupled SaaS Observability Cannot See the Tax<\/h2>\n<p>If the token tax correlates with data quality and compute cost, then the tool that finds it has to see both at once, in the same place. Most of the market cannot. The data observability landscape has bifurcated into two camps that do not communicate. Quality-focused platforms monitor pipelines, schema, and freshness but have no view of the warehouse spend their findings drive. Cost-focused platforms forecast and trim Snowflake credits but cannot identify the quality defects causing the burn in the first place.<\/p>\n<p>The split is easiest to see laid side by side. Each camp owns a real capability and a real blind spot, and the gap down the middle is exactly where the token tax hides.<\/p>\n<\/div>\n\n<picture class=\"c-infographic c-infographic__img\">\n    <source media=\"(min-width: 768px)\" srcset=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/06\/market.png\">\n    <img class=\"sp-no-webp\"  decoding=\"async\" src=\"https:\/\/www.dataradar.io\/blog\/wp-content\/uploads\/sites\/2\/2026\/06\/market.png\" alt=\"Home image\" aria-hidden=\"true\" loading=\"lazy\" width=\"\" height=\"\">\n<\/picture>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_d543fc6d721591a3045158c43a0e2a9a\">\n    <p>Read across the diagram and the problem becomes structural rather than incidental. The left camp can tell you a freshness gap or a schema break occurred. The right camp can tell you credits spiked. Neither can tell you that the first caused the second, because the anomaly lives in one system and the spend lives in the other. Buying both does not close the gap; it formalizes it.<\/p>\n<p>Buy from both camps, and you inherit the structural blindness the architecture guarantees: two vendors, two security reviews, two budgets, and zero correlation between the quality anomaly and the credit it consumed. The defect that drives the spend lives in one tool. The spend lives in the other. No one is positioned to draw the line between them.<\/p>\n<p>The deployment model makes it worse. Decoupled, pull-based SaaS observability operates by extracting your data and metadata to a third-party cloud, which imposes a data gravity penalty on every query and an egress cost on every pull. It also creates a security arbitrage: each external platform is a separate surface for review, credentialing, and auditing. You pay twice for the privilege of still not being able to see the one relationship that matters. The alternative is to stop treating quality and economics as isolated solutions and to run them as a single engine inside the warehouse, where the data already lives.<\/p>\n<h2>The In-Warehouse Alternative: Correlating Quality Anomalies to Credit Burn<\/h2>\n<p>A single-engine, in-warehouse native app changes what is observable. Because it runs entirely inside your Snowflake account, it can watch a quality anomaly and the compute it triggers in the same context and connect them. That correlation is the whole point. It turns the token tax from an invisible surcharge into a measured, attributable cost you can act on: a duplicate-ingestion event tied to the credits it wasted; a schema mutation tied to the reprocessing loop it set off; a freshness gap tied to the retries it forced downstream.<\/p>\n<p>This is the architecture behind the DataRadar value proposition. DataRadar is the only platform that makes your Snowflake data AI-ready, with data quality monitoring and cost optimization in one Native App. It covers all five dimensions of complete data observability in a single interface: Data Reliability, Pipeline Health, Performance Optimization, Usage Intelligence, and Cost Visibility. The differentiation rests on four pillars:<\/p>\n<p><strong>UNIFIED. <\/strong>One tool replaces two vendors. One security review instead of two. One relationship to manage, covering quality and cost across all five dimensions.<\/p>\n<p><strong>NATIVE. <\/strong>Runs entirely within your Snowflake account. Zero data egress. Zero metadata extraction. Your security team reviews one architecture, not two external SaaS platforms.<\/p>\n<p><strong>RAPID. <\/strong>Deploy it yourself in under 30 minutes from the Snowflake Marketplace. No conference call, no proof of concept needed. Start monitoring and optimizing immediately, not next quarter.<\/p>\n<p><strong>APPROVED. <\/strong>Purchase with existing Snowflake credits. Finance has already approved the spend. No new vendor onboarding, no new budget cycle, no procurement delays.<\/p>\n<p>The strategic shift this enables is the one analysts now expect to define the category. By 2027, 70 percent of enterprises are projected to adopt data observability tools, up from 50 percent in 2025 (Gartner, 2025), and the organizations pulling ahead are the ones consolidating the patchwork of separate quality and cost tools into unified platforms. Inference is becoming a material variable cost in the business rather than a rounding error (McKinsey &amp; Company, 2026), and in some agent-heavy workflows token costs have already begun to rival the cost of offshore human labor (Bain &amp; Company, 2025). When a cost line grows to that scale, you cannot manage it from a tool that cannot see what causes it.<\/p>\n<h2>What Data and AI Leaders Should Do Now<\/h2>\n<p>The token tax is controllable, but only with visibility that spans both sides of the equation. Four moves put a leadership team ahead of it:<\/p>\n<ul>\n<li><strong>Instrument quality at pipeline checkpoints, not just at the dashboard. <\/strong>Place automated, ML-based quality gates after ingestion, after major transformations, and before data reaches model consumption, so drift is caught within the same pipeline rather than days later when users see broken outputs.<\/li>\n<li><strong>Correlate drift to credit burn directly. <\/strong>Require your observability layer to connect each quality anomaly to its actual Snowflake compute impact. If your current tools cannot draw that line, that gap is the token tax going uncollected.<\/li>\n<li><strong>Combine toward a native, zero-egress posture. <\/strong>Every external SaaS observability platform adds an egress cost, a data gravity penalty, and a separate security review. Collapsing two external tools into one in-warehouse engine removes all three.<\/li>\n<li><strong>Make it a recurring review, not a one-time fix. <\/strong>Run quarterly observability reviews that ask where credits are being spent and whether that spend aligns with the importance and the quality of the data driving it.<\/li>\n<\/ul>\n<\/div>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_6d62e6f91de3c6dc5317e72edf5a26bf\">\n    <h2>Upcoming Live Virtual Presentation: Reserve Your Seat<\/h2>\n<p>Data teams are not flying blind because they lack tools. They are flying blind because their tools only cover part of the picture. Join us for a live, deep-dive session mapping the five dimensions of complete data visibility and what it actually takes to close every operational gap.<\/p>\n<p><strong>Title: <\/strong>The Five Dimensions of Data Observability<\/p>\n<p><strong>Date: <\/strong>Thursday, August 13, 2026<\/p>\n<p><strong>Time: <\/strong>11:00 a.m. PT \/ 2:00 p.m. ET<!-- wp:acf\/widget-cta-blog \/--><\/p>\n<p><strong>Duration: <\/strong>30 minutes plus a live 15-minute Q&amp;A<\/p>\n<p><strong>Format: <\/strong>Live virtual presentation plus Q&amp;A<\/p>\n<p><strong>Host: <\/strong>Ken Kasee, Brand Director, DataRadar<\/p>\n<p><strong>Featured Speaker: <\/strong>Ram Sola, Product Architect, DataRadar<\/p>\n<div class=\"wp-block-button\"><a href=\"https:\/\/www.dataradar.io\/webinar\/five-dimensions-of-data-observability\/\" class=\"wp-block-button__link wp-element-button\" style=\"background: #ff2a4a;color: #fff;border-radius: 9999px;padding: 12px 28px;font-weight: 600;text-decoration: none\">Reserve My Seat- August 13<br \/>\n<\/a><\/div>\n<\/div>\n\n    \n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_f2521734710a9e305532f76021a5a623\">\n    <h2>The Bottom Line<\/h2>\n<p>The market chose sides. Quality vendors watch your pipelines and ignore your bill. Cost vendors watch your bill and ignore your pipelines. The token tax lives in the space between them, in the correlation neither one can see. Closing that gap requires a single engine that monitors quality and cost together, natively, inside the warehouse where your data already sits. That is how you turn an invisible surcharge into a managed cost, and how you keep a falling token price from hiding a rising token bill.<\/p>\n<p><strong>DataRadar: Trust Your Data. Control Your Costs. Power Your AI.<\/strong><\/p>\n<\/div>\n\n\n<section class=\"c-section c-section--bg-light-gray\" id=\"acf-faq-blog-block_01721e2580266b37510b3ddc41bbc73a\">\n    <div class=\"o-wrapper o-wrapper--sm c-section__content u-d-grid u-grid-col-minmax\">\n        <div class=\"c-section-header\">\n                <h2 class=\"c-section-header__title u-text-blue u-fw-60\">Frequently Asked Questions<\/h2>\n        <\/div>\n        <div class=\"c-faqs-preview\">\n            <div class=\"c-faqs-preview__content\">\n                                                <details class=\"c-faqs-preview__details\" open>\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">Why is our GenAI inference bill rising even though token prices keep dropping?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Because consumption is outpacing price declines. Falling unit prices are routinely offset by rising token volume, and undetected data drift accelerates that volume through retries, longer context, and reasoning loops (Gartner, 2026). The unit cost decreases while the total increases. To map exactly where this is happening across the five dimensions of observability, download <a href=\"https:\/\/www.dataradar.io\/resources\/playbooks\/data-observability-playbook-2026\/\">The 2026 Enterprise Playbook for Data Observability.<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">How does data drift translate into higher compute cost specifically?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Drift degrades retrieval and grounding quality, so the system compensates by consuming more compute for the same task, and dirty or duplicate data triggers reprocessing and retraining cycles that can cost three to ten times the original training budget (TDWI, 2026). For the full mechanics and a framework for quantifying exposure, download the <a href=\"https:\/\/www.dataradar.io\/resources\/webinars\/nine-forces-reshaping-data-2026\/\">2026 Insight Brief: Data Quality and Cost Optimization. [UTL]<\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">We already own a data quality tool and a cost tool. Why is that not enough?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Because the defect lives in one tool and the spend lives in the other, so neither can correlate a quality anomaly to the credits it burned. That structural gap is the two-camp problem, and it is exactly what a unified, in-warehouse engine is built to close. See the side-by-side breakdown in the <a href=\"https:\/\/www.dataradar.io\/resources\/webinars\/nine-forces-reshaping-data-2026\/\"><strong>2026 Insight Brief: Data Quality and Cost Optimization, available to download. [URL]<\/strong><\/a><\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">Will a new observability tool mean another security review and another budget line?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Not with a native, zero-egress architecture. A Snowflake Native App runs inside your account, inherits your existing role-based access controls, requires one security review instead of two, and is paid for with existing Snowflake credits. For the procurement and security case in detail, download <a href=\"https:\/\/www.dataradar.io\/resources\/playbooks\/data-observability-playbook-2026\/\">The 2026 Enterprise Playbook for Data Observability<\/a>.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                        <details class=\"c-faqs-preview__details\" >\n                        <summary class=\"c-faqs-preview__summary u-p-relative\">\n                            <h3 class=\"c-faqs-preview__question u-fw-600 u-p-relative u-text-black\">What is the single most important first step to control the token tax?<\/h3>\n                        <\/summary>\n                        <div class=\"c-faqs-preview__answer\">\n                            <div class=\"s-cms-content\">\n                                <p>Get visibility that spans both quality and cost in one place, then instrument quality gates at your pipeline checkpoints so drift is caught early. From there, every downstream compute saving compounds. For a step-by-step roadmap tailored to data and AI leaders, download <a href=\"https:\/\/www.dataradar.io\/resources\/playbooks\/data-observability-playbook-2026\/\">The 2026 Enterprise Playbook for Data Observability<\/a>.<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/details>\n                                            <\/div>\n        <\/div>           \n    <\/div>\n<\/section>\n\n<div class=\"s-cms-content\" id=\"acf-cms-content-blog-block_fd1ce94d47fdc9c3a94dd01237e347ac\">\n    <h4 class=\"u-text-blue\">References<\/h4>\n<p><sup>1<\/sup>.Bain &amp; Company. (2025). Technology report 2025. <a href=\"https:\/\/www.bain.com\/insights\/topics\/technology-report\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.bain.com\/insights\/topics\/technology-report\/<\/a><\/p>\n<p><sup>2<\/sup>.DataRadar, Inc. (2026). Insight brief: Data quality and cost optimization (1st ed.). DataRadar, Inc.<\/p>\n<p><sup>3<\/sup>.Edjlali, R. (2025). Lack of AI-ready data puts AI projects at risk. Gartner, Inc. <a href=\"https:\/\/www.gartner.com\/en\/newsroom\/press-releases\/2025-02-26-lack-of-ai-ready-data-puts-ai-projects-at-risk\" target=\"_blank\" rel=\"noopener\">https:\/\/www.gartner.com\/en\/newsroom\/press-releases\/2025-02-26-lack-of-ai-ready-data-puts-ai-projects-at-risk<\/a><\/p>\n<p><sup>4<\/sup>.Gartner, Inc. (2020). How to improve your data quality. <a href=\"https:\/\/www.gartner.com\/smarterwithgartner\/how-to-improve-your-data-quality\" target=\"_blank\" rel=\"noopener\">https:\/\/www.gartner.com\/smarterwithgartner\/how-to-improve-your-data-quality<\/a><\/p>\n<p><sup>5<\/sup>.<span style=\"font-weight: 400\">IBM. (2026). A compounding threat: The true cost of poor data quality. IBM Think Insights. <\/span><a href=\"https:\/\/www.ibm.com\/think\/insights\/cost-of-poor-data-quality\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">https:\/\/www.ibm.com\/think\/insights\/cost-of-poor-data-quality<\/span><\/a><\/p>\n<p><sup>6<\/sup>.<span style=\"font-weight: 400\">Monte Carlo. (2025a). Batch processing vs stream processing: The data quality dimension [Blog post]. <\/span><a href=\"https:\/\/www.montecarlodata.com\/blog-batch-processing-vs-stream-processing\/\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">https:\/\/www.montecarlodata.com\/blog-batch-processing-vs-stream-processing\/<\/span><\/a><\/p>\n<p><sup>7<\/sup>.Monte Carlo. (2025b). Data quality statistics and insights from monitoring 11 million tables in 2025 [Blog post]. <a href=\"https:\/\/www.montecarlodata.com\/blog-data-quality-statistics\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.montecarlodata.com\/blog-data-quality-statistics\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":328,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[3],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/327"}],"collection":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/comments?post=327"}],"version-history":[{"count":14,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/327\/revisions"}],"predecessor-version":[{"id":355,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/posts\/327\/revisions\/355"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/media\/328"}],"wp:attachment":[{"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/media?parent=327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/categories?post=327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataradar.io\/blog\/wp-json\/wp\/v2\/tags?post=327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}