{"id":5051,"date":"2026-03-11T14:49:37","date_gmt":"2026-03-11T06:49:37","guid":{"rendered":"https:\/\/tools.aimarketings.io\/?page_id=5051"},"modified":"2026-03-12T01:24:30","modified_gmt":"2026-03-11T17:24:30","slug":"a-pricetable","status":"publish","type":"page","link":"https:\/\/tools.aimarketings.io\/en\/a-pricetable\/","title":{"rendered":"A-PriceTable"},"content":{"rendered":"<style>\n\/* ===== AIM Pricing Table \u2014 Scoped Styles ===== *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap');\n\n.aim-pricing-wrapper,\n.aim-pricing-wrapper * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}\n\n.aim-pricing-wrapper {\n  font-family: 'Inter', 'Noto Sans TC', sans-serif;\n  background: #080816;\n  color: #fff;\n  padding: 140px 20px 100px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* Ambient glow *\/\n.aim-pricing-wrapper::before {\n  content: '';\n  position: absolute;\n  width: 800px;\n  height: 600px;\n  background: radial-gradient(ellipse, rgba(124,58,237,0.12) 0%, transparent 70%);\n  top: 60px;\n  left: 50%;\n  transform: translateX(-50%);\n  pointer-events: none;\n}\n\n\/* === Header === *\/\n.aim-pricing-header {\n  text-align: center;\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n  margin: 0 auto 50px;\n}\n\n.aim-pill-badge {\n  display: inline-block;\n  font-size: 13px;\n  color: #c4b5fd;\n  border: 1px solid rgba(139,92,246,0.35);\n  border-radius: 50px;\n  padding: 6px 22px;\n  margin-bottom: 28px;\n  letter-spacing: 0.3px;\n}\n\n.aim-pricing-header h1 {\n  font-size: 46px;\n  font-weight: 800;\n  line-height: 1.25;\n  color: #fff;\n  margin-bottom: 6px;\n}\n\n.aim-pricing-header h1 .purple-text {\n  display: block;\n  background: linear-gradient(135deg, #8b5cf6, #a78bfa, #7c3aed);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n\n.aim-pricing-header .subtitle {\n  font-size: 16px;\n  color: #6b7280;\n  line-height: 1.7;\n  margin-top: 18px;\n}\n\n\/* === Toggle === *\/\n.aim-toggle-wrapper {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  margin: 36px auto 50px;\n  position: relative;\n  z-index: 1;\n}\n\n.aim-card-title-row {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 10px;\n  margin-bottom: 6px;\n}\n\n.aim-card-title-row .aim-card-title {\n  margin-bottom: 0;\n}\n\n.aim-toggle-inline {\n  margin: 0;\n  justify-content: flex-end;\n  gap: 6px;\n  flex-shrink: 0;\n}\n\n.aim-toggle-inline .aim-toggle-label {\n  font-size: 13px;\n}\n\n.aim-toggle-inline .aim-toggle-track {\n  width: 44px;\n  height: 24px;\n}\n\n.aim-toggle-inline .aim-toggle-knob {\n  width: 18px;\n  height: 18px;\n}\n\n.aim-toggle-inline .aim-toggle-track.yearly .aim-toggle-knob {\n  transform: translateX(20px);\n}\n\n.aim-toggle-label {\n  font-size: 15px;\n  font-weight: 500;\n  color: #6b7280;\n  transition: color 0.3s;\n  user-select: none;\n}\n\n.aim-toggle-label.active {\n  color: #fff;\n}\n\n.aim-toggle-track {\n  width: 52px;\n  height: 28px;\n  background: #1a1a35;\n  border-radius: 14px;\n  position: relative;\n  cursor: pointer;\n  transition: background 0.3s;\n  flex-shrink: 0;\n}\n\n.aim-toggle-track.yearly {\n  background: #7c3aed;\n}\n\n.aim-toggle-knob {\n  width: 22px;\n  height: 22px;\n  background: #fff;\n  border-radius: 50%;\n  position: absolute;\n  top: 3px;\n  left: 3px;\n  transition: transform 0.3s;\n}\n\n.aim-toggle-track.yearly .aim-toggle-knob {\n  transform: translateX(24px);\n}\n\n.aim-save-tag {\n  font-size: 12px;\n  font-weight: 600;\n  color: #34d399;\n  margin-left: 2px;\n}\n\n\/* === Cards Grid === *\/\n.aim-cards-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n  align-items: stretch;\n}\n\n\/* === Single Card === *\/\n.aim-card {\n  background: #0e0e24;\n  border: 1px solid #1c1c3a;\n  border-radius: 16px;\n  padding: 36px 28px 32px;\n  display: flex;\n  flex-direction: column;\n  position: relative;\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n\n.aim-card:hover {\n  transform: translateY(-4px);\n}\n\n.aim-card.featured {\n  border: 2px solid #7c3aed;\n  box-shadow: 0 0 50px rgba(124,58,237,0.2), 0 0 100px rgba(124,58,237,0.06);\n  background: #100f28;\n  z-index: 2;\n}\n\n.aim-card.featured:hover {\n  transform: translateY(-4px);\n}\n\n\/* Popular badge *\/\n.aim-popular-badge {\n  position: absolute;\n  top: -1px;\n  right: 20px;\n  background: linear-gradient(135deg, #7c3aed, #6d28d9);\n  color: #fff;\n  font-size: 11px;\n  font-weight: 600;\n  padding: 5px 14px;\n  border-radius: 0 0 8px 8px;\n  letter-spacing: 0.3px;\n}\n\n\/* Card content *\/\n.aim-card-title {\n  font-size: 20px;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 6px;\n}\n\n.aim-card-desc {\n  font-size: 13px;\n  color: #6b7280;\n  margin-bottom: 24px;\n  line-height: 1.5;\n}\n\n\/* Price *\/\n.aim-price-block {\n  margin-bottom: 28px;\n}\n\n.aim-price-amount {\n  font-size: 52px;\n  font-weight: 800;\n  color: #fff;\n  line-height: 1;\n  letter-spacing: -1px;\n}\n\n.aim-price-amount .currency {\n  font-size: 24px;\n  font-weight: 700;\n  vertical-align: top;\n  position: relative;\n  top: 8px;\n  margin-right: 2px;\n}\n\n.aim-price-period {\n  font-size: 18px;\n  font-weight: 400;\n  color: #6b7280;\n  margin-left: 2px;\n}\n\n\/* Custom price text *\/\n.aim-custom-price {\n  font-size: 36px;\n  font-weight: 800;\n  color: #fff;\n  line-height: 1;\n  margin-bottom: 0;\n}\n\n\/* Yearly sub *\/\n.aim-yearly-sub {\n  font-size: 13px;\n  color: #fff;\n  margin-top: 4px;\n}\n\n\/* Feature list *\/\n.aim-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 auto 0;\n  flex-grow: 1;\n}\n\n.aim-features li {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 7px 12px;\n  font-size: 14px;\n  color: #9ca3af;\n  line-height: 1.5;\n}\n\n.aim-features li .aim-check {\n  color: #8b5cf6;\n  font-size: 14px;\n  font-weight: 700;\n  flex-shrink: 0;\n  margin-top: 2px;\n  width: 14px;\n  text-align: center;\n}\n\n.aim-features li.aim-feature-highlight {\n  color: #fff;\n  font-weight: 600;\n  background: linear-gradient(135deg, rgba(124,58,237,0.15), rgba(139,92,246,0.08));\n  border: 1px solid rgba(139,92,246,0.3);\n  border-radius: 8px;\n  margin: 4px 0;\n}\n\n.aim-features li.aim-feature-highlight .aim-check {\n  color: #a78bfa;\n}\n\n\/* CTA Buttons *\/\n.aim-cta {\n  display: block;\n  width: 100%;\n  padding: 14px 0;\n  border-radius: 10px;\n  font-size: 15px;\n  font-weight: 600;\n  text-align: center;\n  cursor: pointer;\n  transition: all 0.3s;\n  text-decoration: none !important;\n  margin-top: 28px;\n  font-family: 'Inter', 'Noto Sans TC', sans-serif;\n}\n\n.aim-cta-outline {\n  background: transparent;\n  border: 1px solid #2a2a4a;\n  color: #d1d5db !important;\n}\n\n.aim-cta-outline:hover {\n  border-color: #7c3aed;\n  color: #fff !important;\n  background: rgba(124,58,237,0.06);\n}\n\n.aim-cta-primary {\n  background: linear-gradient(135deg, #7c3aed, #6d28d9);\n  border: none;\n  color: #fff !important;\n  box-shadow: 0 4px 20px rgba(124,58,237,0.3);\n}\n\n.aim-cta-primary:hover {\n  box-shadow: 0 6px 30px rgba(124,58,237,0.5);\n  transform: translateY(-1px);\n  color: #fff !important;\n}\n\n\/* Featured card CTA always filled *\/\n.aim-card.featured .aim-cta {\n  background: linear-gradient(135deg, #7c3aed, #6d28d9);\n  border: none;\n  color: #fff !important;\n  box-shadow: 0 4px 20px rgba(124,58,237,0.3);\n}\n.aim-card.featured .aim-cta:hover {\n  box-shadow: 0 6px 30px rgba(124,58,237,0.5);\n  transform: translateY(-1px);\n}\n\n\/* Toggle price visibility *\/\n.aim-yearly-price { display: none !important; }\n.aim-monthly-price { display: block; }\n.aim-pricing-wrapper.show-yearly .aim-yearly-price { display: block !important; }\n.aim-pricing-wrapper.show-yearly span.aim-yearly-price { display: inline-flex !important; }\n.aim-pricing-wrapper.show-yearly .aim-monthly-price { display: none !important; }\n\n\/* 14-day free trial badge *\/\n.aim-free-trial-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  background: linear-gradient(135deg, #f59e0b, #d97706);\n  color: #fff;\n  font-size: 12px;\n  font-weight: 800;\n  padding: 4px 12px;\n  border-radius: 20px;\n  margin-bottom: 16px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);\n  animation: pulse-amber 2s infinite;\n}\n\n@keyframes pulse-amber {\n  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }\n  70% { transform: scale(1.05); box-shadow: 0 0 0 6px rgba(245, 158, 11, 0); }\n  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }\n}\n\n\/* === Responsive === *\/\n@media (max-width: 1024px) {\n  .aim-cards-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n  .aim-pricing-header h1 {\n    font-size: 36px;\n  }\n}\n\n@media (max-width: 640px) {\n  .aim-cards-grid {\n    grid-template-columns: 1fr;\n    max-width: 400px;\n    gap: 16px;\n  }\n  .aim-pricing-header h1 {\n    font-size: 28px;\n  }\n  .aim-price-amount {\n    font-size: 42px;\n  }\n  .aim-pricing-wrapper {\n    padding: 50px 16px 60px;\n  }\n}\n<\/style>\n\n<div class=\"aim-pricing-wrapper\" id=\"aimPricing\">\n\n  <!-- Header -->\n  <div class=\"aim-pricing-header\">\n    <div class=\"aim-pill-badge\">\u2605 \u9078\u64c7\u6700\u9069\u5408\u60a8\u7684\u65b9\u6848<\/div>\n    <h1>\n      \u7528 AI \u8ce6\u80fd\u4fdd\u96aa\u884c\u92b7\n      <span class=\"purple-text\">\u6295\u8cc7\u60a8\u7684\u5c08\u696d\u672a\u4f86<\/span>\n    <\/h1>\n    <p class=\"subtitle\">\u7121\u8ad6\u60a8\u662f\u500b\u4eba\u696d\u52d9\u9084\u662f\u5718\u968a\u4e3b\u7ba1\uff0c\u6211\u5011\u90fd\u6709\u9069\u5408\u60a8\u7684\u65b9\u6848\uff0c\u8b93\u60a8\u8f15\u9b06\u638c\u63e1\u4fdd\u55ae\u5065\u8a3a\u8207\u5ba2\u6236\u7d93\u71df\u3002<\/p>\n  <\/div>\n\n  <!-- Global Toggle -->\n  <div class=\"aim-toggle-wrapper\">\n    <span class=\"aim-toggle-label active\" id=\"aimMonthlyLabel\">\u6708\u7e73<\/span>\n    <div class=\"aim-toggle-track\" id=\"aimToggleTrack\">\n      <div class=\"aim-toggle-knob\"><\/div>\n    <\/div>\n    <span class=\"aim-toggle-label\" id=\"aimYearlyLabel\">\u5e74\u7e73 <span class=\"aim-save-tag\">\u7701 17%(2\u500b\u6708)<\/span><\/span>\n  <\/div>\n\n  <!-- Cards -->\n  <div class=\"aim-cards-grid\">\n\n    \n        <div class=\"aim-card\" id=\"mdrtCard\">\n      <div class=\"aim-card-title\">MDRT\u7248<\/div>\n      <div class=\"aim-card-desc\">\u9069\u5408\u7a4d\u6975\u62d3\u5c55\u696d\u52d9\u7684\u9867\u554f<\/div>\n      <div><span class=\"aim-free-trial-badge\">14\u5929\u514d\u8cbb\u8a66\u7528<\/span><\/div>\n            <div class=\"aim-price-block aim-monthly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>399<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n      <\/div>\n                  <div class=\"aim-price-block aim-yearly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>333<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n        <div class=\"aim-yearly-sub\">\u5e74\u7e73\u5171 $3,996<\/div>\n      <\/div>\n            <ul class=\"aim-features\">\n        <li><span class=\"aim-check\">\u2713<\/span> \u9000\u4f11\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u4fdd\u8cbb\u878d\u8cc7\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u91ab\u7642\u878d\u8cc7\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u4fdd\u96aa\u516c\u53f8\u53ca\u7522\u54c1\u8cc7\u6599<\/li>\n      <\/ul>\n            <a href=\"https:\/\/aimarketings.io\/mdrt-monthly\" class=\"aim-cta aim-cta-outline\" data-monthly-href=\"https:\/\/aimarketings.io\/mdrt-monthly\" data-yearly-href=\"https:\/\/aimarketings.io\/mdrt-yearly\">\u958b\u59cb\u8a66\u7528<\/a>\n          <\/div>\n    \n        <div class=\"aim-card featured\" id=\"cotCard\">\n      <div class=\"aim-popular-badge\">\u6700\u53d7\u6b61\u8fce<\/div>\n      <div class=\"aim-card-title\">COT\u7248<\/div>\n      <div class=\"aim-card-desc\">\u9069\u5408\u64c1\u6709\u591a\u5143\u5316\u5ba2\u6236\u7684\u9867\u554f<\/div>\n      <div><span class=\"aim-free-trial-badge\">14\u5929\u514d\u8cbb\u8a66\u7528<\/span> <span class=\"aim-free-trial-badge aim-yearly-price\">\u9001300 AI\u9ede\u6578<\/span><\/div>\n            <div class=\"aim-price-block aim-monthly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>499<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n      <\/div>\n                  <div class=\"aim-price-block aim-yearly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>415<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n        <div class=\"aim-yearly-sub\">\u5e74\u7e73\u5171 $4,992<\/div>\n      <\/div>\n            <ul class=\"aim-features\">\n        <li class=\"aim-feature-highlight\"><span class=\"aim-check\">\u2713<\/span> AI \u81ea\u5a92\u9ad4\u5de5\u5177\u7bb1 - \u6578\u5b57\u4eba \/ \u8f2a\u64ad\u5716<\/li>\n        <li class=\"aim-feature-highlight\"><span class=\"aim-check\">\u2713<\/span> AI \u4fdd\u96aa\u696d\u6b66\u5668\u5eab - \u7522\u54c1\u512a\u52e2\u6bd4\u8f03 \/ \u7522\u54c1\u9867\u554f<\/li>\n        \n        <li><span class=\"aim-check\">\u2713<\/span> \u5305\u542b\u6240\u6709\u3010\u7cbe\u82f1\u7248\u3011\u5167\u5bb9 +<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u5132\u84c4\u57fa\u91d1\u63d0\u53d6\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u8ca1\u5bcc\u7ba1\u7406\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u7269\u696d\u6d3b\u5316\u8a08\u7b97\u6a5f<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u57fa\u91d1\u6d3e\u606f\u901a\u77e5<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u4e00\u9801\u4fdd<\/li>\n      <\/ul>\n            <a href=\"https:\/\/aimarketings.io\/cot-monthly\" class=\"aim-cta aim-cta-outline\" data-monthly-href=\"https:\/\/aimarketings.io\/cot-monthly\" data-yearly-href=\"https:\/\/aimarketings.io\/cot-yearly\">\u958b\u59cb\u8a66\u7528<\/a>\n          <\/div>\n    \n        <div class=\"aim-card\" id=\"totCard\">\n      <div class=\"aim-card-title\">TOT\u7248<\/div>\n      <div class=\"aim-card-desc\">\u9069\u5408\u722d\u5206\u596a\u79d2\u7684\u9818\u8896<\/div>\n      <div><span class=\"aim-free-trial-badge\">14\u5929\u514d\u8cbb\u8a66\u7528<\/span> <span class=\"aim-free-trial-badge aim-yearly-price\">\u9001500 AI\u9ede\u6578<\/span><\/div>\n            <div class=\"aim-price-block aim-monthly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>699<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n      <\/div>\n                  <div class=\"aim-price-block aim-yearly-price\">\n        <span class=\"aim-price-amount\"><span class=\"currency\">$<\/span>580<\/span><span class=\"aim-price-period\">\/\u6708<\/span>\n        <div class=\"aim-yearly-sub\">\u5e74\u7e73\u5171 $6,960<\/div>\n      <\/div>\n            <ul class=\"aim-features\">\n        <li class=\"aim-feature-highlight\"><span class=\"aim-check\">\u2713<\/span> AI \u4e00\u9375\u751f\u6210\u8a08\u5283\u66f8<\/li>\n        <li class=\"aim-feature-highlight\"><span class=\"aim-check\">\u2713<\/span> MCV \u8ab2\u7a0b<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u5305\u542b\u6240\u6709\u3010COT\u7248\u3011\u5167\u5bb9 +<\/li>\n        <li><span class=\"aim-check\">\u2713<\/span> \u652f\u6301 Windows \/ Mac \/ iPad <\/li>\n      <\/ul>\n            <a href=\"https:\/\/aimarketings.io\/tot-monthly\" class=\"aim-cta aim-cta-outline\" data-monthly-href=\"https:\/\/aimarketings.io\/tot-monthly\" data-yearly-href=\"https:\/\/aimarketings.io\/tot-yearly\">\u958b\u59cb\u8a66\u7528<\/a>\n          <\/div>\n    \n  <\/div>\n<\/div>\n<script>\n(function(){\n  var wrapper = document.getElementById('aimPricing');\n  if (!wrapper) return;\n\n  var toggleTrack = document.getElementById('aimToggleTrack');\n  var mLabel = document.getElementById('aimMonthlyLabel');\n  var yLabel = document.getElementById('aimYearlyLabel');\n\n  if (toggleTrack) {\n    toggleTrack.addEventListener('click', function() {\n      toggleTrack.classList.toggle('yearly');\n      wrapper.classList.toggle('show-yearly');\n      var isYearly = toggleTrack.classList.contains('yearly');\n      mLabel.classList.toggle('active', !isYearly);\n      yLabel.classList.toggle('active', isYearly);\n\n      wrapper.querySelectorAll('.aim-cta[data-monthly-href]').forEach(function(btn) {\n        btn.href = isYearly ? btn.getAttribute('data-yearly-href') : btn.getAttribute('data-monthly-href');\n      });\n    });\n  }\n\n  \/\/ Fallback navigation\n  wrapper.querySelectorAll('.aim-cta').forEach(function(btn) {\n    btn.addEventListener('click', function(e) {\n      var href = this.getAttribute('href');\n      if (href && href !== '#') {\n        window.location.href = href;\n      }\n    });\n  });\n})();\n<\/script>\n\n    \n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"class_list":["post-5051","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/pages\/5051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/comments?post=5051"}],"version-history":[{"count":6,"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/pages\/5051\/revisions"}],"predecessor-version":[{"id":5058,"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/pages\/5051\/revisions\/5058"}],"wp:attachment":[{"href":"https:\/\/tools.aimarketings.io\/en\/wp-json\/wp\/v2\/media?parent=5051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}