{"id":182,"date":"2026-07-19T11:19:03","date_gmt":"2026-07-19T11:19:03","guid":{"rendered":"https:\/\/teocast.com\/?page_id=182"},"modified":"2026-07-19T11:40:23","modified_gmt":"2026-07-19T11:40:23","slug":"getting-started","status":"publish","type":"page","link":"https:\/\/teocast.com\/?page_id=182","title":{"rendered":"Getting Started"},"content":{"rendered":"\n<style>\n.tc-guide,\n.tc-guide *{\n  box-sizing:border-box;\n}\n\n.tc-guide{\n  --tc-blue:#1688ff;\n  --tc-blue-dark:#086ed5;\n  --tc-cyan:#2ed6d6;\n  --tc-navy:#07182d;\n  --tc-text:#10243d;\n  --tc-muted:#607286;\n  --tc-line:#dfe7f0;\n  --tc-soft:#f5f8fc;\n  width:100%;\n  margin:0;\n  padding:24px 20px 80px;\n  color:var(--tc-text);\n  background:var(--tc-soft);\n  font-family:Arial,Helvetica,sans-serif;\n}\n\n.tc-guide-container{\n  width:min(1180px,100%);\n  margin:0 auto;\n}\n\n.tc-guide-breadcrumb{\n  display:flex;\n  align-items:center;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-bottom:18px;\n  color:var(--tc-muted);\n  font-size:13px;\n  font-weight:700;\n}\n\n.tc-guide-breadcrumb a{\n  color:var(--tc-blue);\n  text-decoration:none;\n}\n\n.tc-guide-hero{\n  padding:52px 42px;\n  border-radius:22px;\n  color:#ffffff;\n  background:\n    radial-gradient(circle at 15% 10%,rgba(46,214,214,.2),transparent 31%),\n    linear-gradient(135deg,#07182d,#0d3155);\n  box-shadow:0 22px 55px rgba(7,24,45,.16);\n}\n\n.tc-guide-label{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:9px 15px;\n  margin-bottom:20px;\n  border:1px solid rgba(255,255,255,.18);\n  border-radius:999px;\n  color:#bceeff;\n  background:rgba(255,255,255,.07);\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.1em;\n  text-transform:uppercase;\n}\n\n.tc-guide-label::before{\n  content:\"\";\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:var(--tc-cyan);\n  box-shadow:0 0 12px rgba(46,214,214,.8);\n}\n\n.tc-guide-hero h2{\n  max-width:760px;\n  margin:0 0 16px;\n  color:#ffffff;\n  font-size:46px;\n  line-height:1.1;\n  letter-spacing:-1.4px;\n}\n\n.tc-guide-hero p{\n  max-width:790px;\n  margin:0;\n  color:#c9d8e9;\n  font-size:18px;\n  line-height:1.75;\n}\n\n.tc-guide-meta{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin-top:24px;\n}\n\n.tc-guide-meta span{\n  display:inline-flex;\n  align-items:center;\n  min-height:36px;\n  padding:0 13px;\n  border:1px solid rgba(255,255,255,.15);\n  border-radius:999px;\n  color:#dceafa;\n  background:rgba(255,255,255,.06);\n  font-size:12px;\n  font-weight:800;\n}\n\n.tc-guide-layout{\n  display:grid;\n  grid-template-columns:250px minmax(0,1fr);\n  gap:28px;\n  align-items:start;\n  margin-top:30px;\n}\n\n.tc-guide-toc{\n  position:sticky;\n  top:105px;\n  padding:21px;\n  border:1px solid var(--tc-line);\n  border-radius:16px;\n  background:#ffffff;\n  box-shadow:0 12px 30px rgba(19,43,69,.06);\n}\n\n.tc-guide-toc strong{\n  display:block;\n  margin-bottom:13px;\n  color:var(--tc-text);\n  font-size:14px;\n}\n\n.tc-guide-toc a{\n  display:block;\n  padding:9px 10px;\n  border-radius:8px;\n  color:var(--tc-muted);\n  font-size:13px;\n  font-weight:700;\n  line-height:1.4;\n  text-decoration:none;\n}\n\n.tc-guide-toc a:hover{\n  color:var(--tc-blue);\n  background:#eef6ff;\n}\n\n.tc-guide-content{\n  min-width:0;\n}\n\n.tc-guide-section{\n  margin-bottom:22px;\n  padding:32px;\n  border:1px solid var(--tc-line);\n  border-radius:18px;\n  background:#ffffff;\n  box-shadow:0 12px 30px rgba(19,43,69,.06);\n  scroll-margin-top:105px;\n}\n\n.tc-guide-section h2{\n  margin:0 0 13px;\n  color:var(--tc-text);\n  font-size:29px;\n  line-height:1.2;\n  letter-spacing:-.4px;\n}\n\n.tc-guide-section > p{\n  margin:0 0 20px;\n  color:var(--tc-muted);\n  font-size:15px;\n  line-height:1.75;\n}\n\n.tc-guide-steps{\n  display:grid;\n  gap:14px;\n}\n\n.tc-guide-step{\n  display:grid;\n  grid-template-columns:44px minmax(0,1fr);\n  gap:15px;\n  align-items:start;\n  padding:18px;\n  border:1px solid #e4ebf3;\n  border-radius:13px;\n  background:#f9fbfe;\n}\n\n.tc-guide-step-number{\n  width:44px;\n  height:44px;\n  display:grid;\n  place-items:center;\n  border-radius:12px;\n  color:#ffffff;\n  background:linear-gradient(135deg,var(--tc-blue),var(--tc-cyan));\n  box-shadow:0 8px 18px rgba(22,136,255,.2);\n  font-weight:900;\n}\n\n.tc-guide-step h3{\n  margin:0 0 6px;\n  color:var(--tc-text);\n  font-size:16px;\n  line-height:1.35;\n}\n\n.tc-guide-step p{\n  margin:0;\n  color:var(--tc-muted);\n  font-size:14px;\n  line-height:1.65;\n}\n\n.tc-guide-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:14px;\n}\n\n.tc-guide-card{\n  padding:20px;\n  border:1px solid #e2eaf2;\n  border-radius:13px;\n  background:#f9fbfe;\n}\n\n.tc-guide-card h3{\n  margin:0 0 8px;\n  color:var(--tc-text);\n  font-size:16px;\n}\n\n.tc-guide-card p{\n  margin:0;\n  color:var(--tc-muted);\n  font-size:14px;\n  line-height:1.65;\n}\n\n.tc-guide-checklist{\n  display:grid;\n  gap:11px;\n  margin:0;\n  padding:0;\n  list-style:none;\n}\n\n.tc-guide-checklist li{\n  position:relative;\n  padding-left:31px;\n  color:var(--tc-text);\n  font-size:14px;\n  line-height:1.6;\n}\n\n.tc-guide-checklist li::before{\n  content:\"\u2713\";\n  position:absolute;\n  left:0;\n  top:1px;\n  width:21px;\n  height:21px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  color:#ffffff;\n  background:var(--tc-blue);\n  font-size:12px;\n  font-weight:900;\n}\n\n.tc-guide-note{\n  margin-top:20px;\n  padding:18px 19px;\n  border-left:4px solid var(--tc-blue);\n  border-radius:10px;\n  color:#27415d;\n  background:#eef6ff;\n  font-size:14px;\n  line-height:1.65;\n}\n\n.tc-guide-note strong{\n  color:#0d2d50;\n}\n\n.tc-guide-warning{\n  margin-top:20px;\n  padding:18px 19px;\n  border-left:4px solid #f0a623;\n  border-radius:10px;\n  color:#5e4820;\n  background:#fff8e9;\n  font-size:14px;\n  line-height:1.65;\n}\n\n.tc-guide-next{\n  display:grid;\n  grid-template-columns:1fr auto;\n  gap:22px;\n  align-items:center;\n  margin-top:26px;\n  padding:30px;\n  border-radius:18px;\n  color:#ffffff;\n  background:linear-gradient(135deg,#0a203b,#103b62);\n}\n\n.tc-guide-next h2{\n  margin:0 0 8px;\n  color:#ffffff;\n  font-size:27px;\n}\n\n.tc-guide-next p{\n  margin:0;\n  color:#c9d8e9;\n  line-height:1.65;\n}\n\n.tc-guide-button{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:48px;\n  padding:0 22px;\n  border-radius:8px;\n  color:#ffffff;\n  background:var(--tc-blue);\n  box-shadow:0 10px 25px rgba(22,136,255,.25);\n  font-weight:800;\n  text-decoration:none;\n  white-space:nowrap;\n}\n\n.tc-guide-button:hover{\n  color:#ffffff;\n  background:var(--tc-blue-dark);\n}\n\n.tc-guide-back{\n  display:inline-flex;\n  margin-top:18px;\n  color:var(--tc-blue);\n  font-size:14px;\n  font-weight:800;\n  text-decoration:none;\n}\n\n@media(max-width:900px){\n  .tc-guide-layout{\n    grid-template-columns:1fr;\n  }\n\n  .tc-guide-toc{\n    position:relative;\n    top:auto;\n  }\n\n  .tc-guide-toc nav{\n    display:grid;\n    grid-template-columns:repeat(2,minmax(0,1fr));\n    gap:4px;\n  }\n}\n\n@media(max-width:620px){\n  .tc-guide{\n    padding:14px 13px 55px;\n  }\n\n  .tc-guide-hero{\n    padding:40px 22px;\n    text-align:center;\n  }\n\n  .tc-guide-hero h2{\n    margin-left:auto;\n    margin-right:auto;\n    font-size:35px;\n  }\n\n  .tc-guide-hero p{\n    font-size:16px;\n  }\n\n  .tc-guide-meta{\n    justify-content:center;\n  }\n\n  .tc-guide-toc nav{\n    grid-template-columns:1fr;\n  }\n\n  .tc-guide-section{\n    padding:24px 19px;\n  }\n\n  .tc-guide-section h2{\n    font-size:25px;\n    text-align:center;\n  }\n\n  .tc-guide-section > p{\n    text-align:center;\n  }\n\n  .tc-guide-grid{\n    grid-template-columns:1fr;\n  }\n\n  .tc-guide-step{\n    text-align:left;\n  }\n\n  .tc-guide-checklist{\n    width:min(100%,430px);\n    margin-left:auto;\n    margin-right:auto;\n    text-align:left;\n  }\n\n  .tc-guide-next{\n    grid-template-columns:1fr;\n    text-align:center;\n  }\n\n  .tc-guide-button{\n    width:100%;\n  }\n}\n<\/style>\n\n<div class=\"tc-guide\">\n  <div class=\"tc-guide-container\">\n\n    <div class=\"tc-guide-breadcrumb\">\n      <a href=\"\/?pagename=documentation\">Documentation<\/a>\n      <span>\u203a<\/span>\n      <span>Getting Started<\/span>\n    <\/div>\n\n    <section class=\"tc-guide-hero\">\n      <span class=\"tc-guide-label\">Getting Started<\/span>\n\n      <h2>Prepare TeoCast Automation for your first broadcast<\/h2>\n\n      <p>\n        Follow this guide after installation to configure your audio devices,\n        import station content, prepare a playlist and begin playback safely.\n      <\/p>\n\n      <div class=\"tc-guide-meta\">\n        <span>Windows 10 or Windows 11<\/span>\n        <span>Beginner Guide<\/span>\n        <span>About 10\u201315 Minutes<\/span>\n      <\/div>\n    <\/section>\n\n    <div class=\"tc-guide-layout\">\n\n      <aside class=\"tc-guide-toc\">\n        <strong>On this page<\/strong>\n        <nav>\n          <a href=\"#before-you-start\">Before you start<\/a>\n          <a href=\"#first-launch\">First launch<\/a>\n          <a href=\"#audio-outputs\">Audio outputs<\/a>\n          <a href=\"#import-content\">Import content<\/a>\n          <a href=\"#prepare-playlist\">Prepare a playlist<\/a>\n          <a href=\"#start-broadcast\">Start playback<\/a>\n          <a href=\"#next-steps\">Next steps<\/a>\n        <\/nav>\n      <\/aside>\n\n      <main class=\"tc-guide-content\">\n\n        <section class=\"tc-guide-section\" id=\"before-you-start\">\n          <h2>Before you start<\/h2>\n\n          <p>\n            Confirm that the computer and audio setup are ready before\n            launching TeoCast Automation.\n          <\/p>\n\n          <ul class=\"tc-guide-checklist\">\n            <li>A Windows 10 or Windows 11 computer<\/li>\n            <li>A working main audio output device<\/li>\n            <li>An optional separate preview or cue output<\/li>\n            <li>Your music, commercials, station IDs, sweepers and beds<\/li>\n            <li>Your TeoCast license file when using a licensed version<\/li>\n          <\/ul>\n\n          <div class=\"tc-guide-note\">\n            <strong>Recommended:<\/strong> Organize station audio in clear folders\n            before importing it. This makes library management and backups easier.\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"first-launch\">\n          <h2>Launch TeoCast for the first time<\/h2>\n\n          <p>\n            Open TeoCast Automation from the desktop or Start menu and complete\n            the initial setup.\n          <\/p>\n\n          <div class=\"tc-guide-steps\">\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">1<\/span>\n              <div>\n                <h3>Open TeoCast Automation<\/h3>\n                <p>\n                  Allow the application to finish loading before clicking\n                  playback, streaming or scheduler controls.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">2<\/span>\n              <div>\n                <h3>Activate or continue in Demo Mode<\/h3>\n                <p>\n                  Import your TeoCast license file when available. Demo Mode may\n                  be used to explore the main workflow with product limitations.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">3<\/span>\n              <div>\n                <h3>Open the Control Panel<\/h3>\n                <p>\n                  Review the selected audio devices and other station settings\n                  before importing content or starting playback.\n                <\/p>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"audio-outputs\">\n          <h2>Configure audio outputs<\/h2>\n\n          <p>\n            Choose the correct Windows audio devices for on-air playback,\n            previewing and monitoring.\n          <\/p>\n\n          <div class=\"tc-guide-grid\">\n\n            <div class=\"tc-guide-card\">\n              <h3>Main Output<\/h3>\n              <p>\n                Sends the primary TeoCast program audio to your sound device,\n                mixer or broadcast chain.\n              <\/p>\n            <\/div>\n\n            <div class=\"tc-guide-card\">\n              <h3>Preview \/ Cue Output<\/h3>\n              <p>\n                Plays library previews and cue audio without sending them to\n                the main on-air output.\n              <\/p>\n            <\/div>\n\n          <\/div>\n\n          <div class=\"tc-guide-steps\" style=\"margin-top:14px;\">\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">1<\/span>\n              <div>\n                <h3>Select the Main Output device<\/h3>\n                <p>\n                  Choose the device connected to the station mixer, speakers\n                  or normal program output.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">2<\/span>\n              <div>\n                <h3>Select the Preview \/ Cue device<\/h3>\n                <p>\n                  Use a separate output when possible so preview audio is not\n                  heard by listeners.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">3<\/span>\n              <div>\n                <h3>Test both outputs<\/h3>\n                <p>\n                  Preview one file and then play one item on the main player to\n                  confirm that both routes are correct.\n                <\/p>\n              <\/div>\n            <\/div>\n\n          <\/div>\n\n          <div class=\"tc-guide-warning\">\n            Do not continue to live broadcasting until the Main Output and\n            Preview \/ Cue Output have been tested successfully.\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"import-content\">\n          <h2>Import station content<\/h2>\n\n          <p>\n            Add each type of station audio to the appropriate TeoCast library.\n          <\/p>\n\n          <div class=\"tc-guide-grid\">\n\n            <div class=\"tc-guide-card\">\n              <h3>Music<\/h3>\n              <p>\n                Import songs and organize them into useful music categories\n                for playlists and scheduler clocks.\n              <\/p>\n            <\/div>\n\n            <div class=\"tc-guide-card\">\n              <h3>Commercials<\/h3>\n              <p>\n                Import advertising material that will be assigned to scheduled\n                commercial breaks.\n              <\/p>\n            <\/div>\n\n            <div class=\"tc-guide-card\">\n              <h3>Station IDs and Sweepers<\/h3>\n              <p>\n                Add station branding and transition elements for automated\n                programming.\n              <\/p>\n            <\/div>\n\n            <div class=\"tc-guide-card\">\n              <h3>Beds<\/h3>\n              <p>\n                Import background audio for talk breaks, voice segments and\n                other production uses.\n              <\/p>\n            <\/div>\n\n          <\/div>\n\n          <div class=\"tc-guide-note\">\n            TeoCast skips duplicate files during supported import workflows.\n            Review file titles and categories after importing to keep the\n            library organized.\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"prepare-playlist\">\n          <h2>Prepare your first playlist<\/h2>\n\n          <p>\n            Build a simple queue before using advanced clocks or full-day\n            automated scheduling.\n          <\/p>\n\n          <div class=\"tc-guide-steps\">\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">1<\/span>\n              <div>\n                <h3>Open the Library<\/h3>\n                <p>\n                  Search or browse for the music and station elements needed\n                  for your first test playlist.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">2<\/span>\n              <div>\n                <h3>Add tracks to the playlist queue<\/h3>\n                <p>\n                  Arrange enough items to test normal transitions and continuous\n                  playback.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">3<\/span>\n              <div>\n                <h3>Review the order<\/h3>\n                <p>\n                  Confirm that titles, durations and categories look correct\n                  before starting playback.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">4<\/span>\n              <div>\n                <h3>Save the playlist when needed<\/h3>\n                <p>\n                  Save reusable playlists so they can be loaded again without\n                  rebuilding the entire queue.\n                <\/p>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"start-broadcast\">\n          <h2>Start playback safely<\/h2>\n\n          <p>\n            Test the complete playback path before connecting a live stream or\n            relying on unattended automation.\n          <\/p>\n\n          <div class=\"tc-guide-steps\">\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">1<\/span>\n              <div>\n                <h3>Lower monitoring volume if necessary<\/h3>\n                <p>\n                  Prevent unexpectedly loud audio during the first playback test.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">2<\/span>\n              <div>\n                <h3>Press Play<\/h3>\n                <p>\n                  Confirm that the selected item enters the main player and that\n                  the progress display and level meters respond.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">3<\/span>\n              <div>\n                <h3>Observe the transition to the next item<\/h3>\n                <p>\n                  Let at least two items play so you can verify queue order and\n                  normal automatic continuation.\n                <\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"tc-guide-step\">\n              <span class=\"tc-guide-step-number\">4<\/span>\n              <div>\n                <h3>Test Stop, Next and Preview<\/h3>\n                <p>\n                  Verify the essential controls before preparing advanced\n                  scheduling or streaming.\n                <\/p>\n              <\/div>\n            <\/div>\n\n          <\/div>\n        <\/section>\n\n        <section class=\"tc-guide-section\" id=\"next-steps\">\n          <h2>Recommended next steps<\/h2>\n\n          <p>\n            After basic playback is working, continue with the guides that\n            match your station workflow.\n          <\/p>\n\n          <ul class=\"tc-guide-checklist\">\n            <li>Complete Installation and Activation setup<\/li>\n            <li>Organize the Library and build saved playlists<\/li>\n            <li>Create Music Clock and Ads Clock schedules<\/li>\n            <li>Configure Voice Tracking and Cue Editor positions<\/li>\n            <li>Adjust the built-in Audio Processor<\/li>\n            <li>Connect Icecast or SHOUTcast streaming encoders<\/li>\n          <\/ul>\n        <\/section>\n\n        <section class=\"tc-guide-next\">\n          <div>\n            <h2>Continue with Installation and Activation<\/h2>\n            <p>\n              Learn how to install TeoCast correctly, activate the product and\n              confirm that your licensed or Demo Mode setup is ready.\n            <\/p>\n          <\/div>\n\n          <a class=\"tc-guide-button\" href=\"\/?pagename=documentation\/installation-activation\">\n            Next Guide \u2192\n          <\/a>\n        <\/section>\n\n        <a class=\"tc-guide-back\" href=\"\/?pagename=documentation\">\n          \u2190 Back to Documentation\n        <\/a>\n\n      <\/main>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Documentation \u203a Getting Started Getting Started Prepare TeoCast Automation for your first broadcast Follow this guide after installation to configure your audio devices, import station content, prepare a playlist and begin playback safely. Windows 10 or Windows 11 Beginner Guide About 10\u201315 Minutes On this page Before you start First launch Audio outputs Import content [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":172,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-182","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/pages\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teocast.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=182"}],"version-history":[{"count":3,"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/pages\/182\/revisions\/204"}],"up":[{"embeddable":true,"href":"https:\/\/teocast.com\/index.php?rest_route=\/wp\/v2\/pages\/172"}],"wp:attachment":[{"href":"https:\/\/teocast.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}