{"id":406,"date":"2026-09-22T09:13:58","date_gmt":"2026-09-22T09:13:58","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/"},"modified":"2026-09-22T09:13:58","modified_gmt":"2026-09-22T09:13:58","slug":"my-mock-interview-ai-architecture-performance-benchmark","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/","title":{"rendered":"My Mock Interview AI: Architecture &#038; Performance Benchmark of the Multi-Agent Tailored Interview Platform"},"content":{"rendered":"<div class=\"callout\" style=\"background:#f0f9ff; border-left:4px solid #0284c7; padding:15px; margin:20px 0; border-radius:4px;\">\n<h3>Key Takeaways<\/h3>\n<ul>\n<li>7-stage LLM pipeline automates the entire interview preparation lifecycle from JD parsing to final hiring recommendation<\/li>\n<li>Hybrid architecture delivers SEO-optimized static landing pages alongside dynamic React 19 interview workspaces<\/li>\n<li>Strict idempotency and locking prevent duplicate question generation during concurrent requests<\/li>\n<li>Real-time scoring evaluates both technical accuracy (0-10) and communication clarity (0-10)<\/li>\n<\/ul>\n<div class=\"project-access-box\" style=\"background:#f0f9ff; border:1px solid #bae6fd; border-left:4px solid #0284c7; padding:12px 18px; margin:20px 0; border-radius:4px;\"><strong>Live Project Access:<\/strong> <a href=\"https:\/\/interview.nevatal.id\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/interview.nevatal.id<\/a><\/div>\n<\/div>\n<h2>The Challenge: Why My Mock Interview Was Built<\/h2>\n<p>Traditional interview preparation suffers from three critical limitations: generic question banks that don&#8217;t target individual weaknesses, subjective human evaluations without standardized rubrics, and expensive coaching sessions that lack scalability. My Mock Interview solves these through an automated 7-agent pipeline that:<\/p>\n<ul>\n<li>Parses job descriptions with surgical precision using dedicated LLM agents<\/li>\n<li>Performs algorithmic gap analysis between candidate resumes and role requirements<\/li>\n<li>Generates dynamic question sequences targeting specific competency deficits<\/li>\n<li>Evaluates responses against objective scoring criteria (technical depth and communication clarity)<\/li>\n<\/ul>\n<h2>Core Architecture &#038; Technical Stack<\/h2>\n<h3>The 7-Agent Orchestration Pipeline<\/h3>\n<p>The system&#8217;s brain consists of seven specialized LLM agents working in sequence:<\/p>\n<ol>\n<li><strong>JD Parser Agent:<\/strong> Extracts role-specific competencies from job descriptions<\/li>\n<li><strong>Resume Analyzer Agent:<\/strong> Structures candidate work history into machine-readable formats<\/li>\n<li><strong>Gap Analysis Agent:<\/strong> Computes the delta between candidate skills and job requirements<\/li>\n<li><strong>Spec Builder Agent:<\/strong> Creates the interview blueprint balancing technical\/behavioral questions<\/li>\n<li><strong>Question Generator Agent:<\/strong> Produces tailored questions targeting identified gaps<\/li>\n<li><strong>Answer Evaluator Agent:<\/strong> Scores responses in real-time during the mock interview<\/li>\n<li><strong>Final Reviewer Agent:<\/strong> Compiles comprehensive performance reports<\/li>\n<\/ol>\n<h3>Technical Stack Breakdown<\/h3>\n<table>\n<thead>\n<tr>\n<th>Component<\/th>\n<th>Technology<\/th>\n<th>Purpose<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Backend<\/td>\n<td>FastAPI (Python 3.12)<\/td>\n<td>High-performance API routes with async\/await<\/td>\n<\/tr>\n<tr>\n<td>Frontend<\/td>\n<td>React 19\/Vite<\/td>\n<td>Dynamic interview workspace SPA<\/td>\n<\/tr>\n<tr>\n<td>Database<\/td>\n<td>PostgreSQL 16 + SQLAlchemy 2.0<\/td>\n<td>Persists interview state and results<\/td>\n<\/tr>\n<tr>\n<td>Storage<\/td>\n<td>MinIO S3<\/td>\n<td>Secure resume file storage<\/td>\n<\/tr>\n<tr>\n<td>LLM Layer<\/td>\n<td>OpenRouter Multi-Model<\/td>\n<td>Model-agnostic inference API<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Real-World Use Cases<\/h2>\n<ul>\n<li><strong>Career Switchers:<\/strong> Identify transferable skills while exposing knowledge gaps needing preparation<\/li>\n<li><strong>Technical Candidates:<\/strong> Benchmark system design answers against industry-standard rubrics<\/li>\n<li><strong>Remote Job Seekers:<\/strong> Practice concise, high-clarity communication for virtual interviews<\/li>\n<\/ul>\n<h2>How It Works: Step-by-Step Workflow<\/h2>\n<ol>\n<li>User submits job description and resume (PDF or text)<\/li>\n<li>7-agent pipeline executes sequentially to generate interview specification<\/li>\n<li>Interactive chat interface presents tailored questions<\/li>\n<li>Real-time scoring evaluates each response<\/li>\n<li>Final report delivers composite score (0-100) and hiring recommendation<\/li>\n<\/ol>\n<h2>Comparison: AI Platform vs Traditional Approaches<\/h2>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>My Mock Interview<\/th>\n<th>Traditional Mock Interviews<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Question Relevance<\/td>\n<td>Dynamic generation targeting resume gaps<\/td>\n<td>Static question banks<\/td>\n<\/tr>\n<tr>\n<td>Evaluation<\/td>\n<td>Objective rubric scoring (0-100 scale)<\/td>\n<td>Subjective human judgment<\/td>\n<\/tr>\n<tr>\n<td>Availability<\/td>\n<td>24\/7 instant access<\/td>\n<td>Scheduled sessions<\/td>\n<\/tr>\n<tr>\n<td>Cost<\/td>\n<td>Fraction of human coaching rates<\/td>\n<td>$100-$300\/hour<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<div class=\"faq\">\n<h3>How does the gap analysis work?<\/h3>\n<p>The Gap Analysis Agent performs matrix comparisons between parsed JD requirements and normalized resume contents, identifying both matched competencies and critical missing skills.<\/p>\n<\/div>\n<div class=\"faq\">\n<h3>What LLM models power the platform?<\/h3>\n<p>Through OpenRouter&#8217;s API, the system can utilize multiple state-of-the-art models including GPT-4, Claude 3, and Mixtral, selected based on optimal performance for each agent&#8217;s specialized task.<\/p>\n<\/div>\n<div class=\"faq\">\n<h3>How is cheating prevented during mock interviews?<\/h3>\n<p>The real-time evaluation system detects inconsistencies in answer depth and technical specificity, flagging responses that demonstrate knowledge beyond the candidate&#8217;s stated experience level.<\/p>\n<\/div>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>My Mock Interview represents a paradigm shift in technical interview preparation through its multi-agent LLM architecture and objective scoring system. The platform&#8217;s ability to identify and target individual weaknesses makes it invaluable for serious candidates. <a href=\"https:\/\/interview.nevatal.id\">https:\/\/interview.nevatal.id<\/a> delivers this advanced capability through an intuitive interface built on cutting-edge web technologies.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>An in-depth technical analysis of My Mock Interview&#8217;s 7-agent AI pipeline that delivers personalized mock interviews through JD parsing, resume gap analysis, and real-time rubric evaluation. Explore its FastAPI and React 19 architecture, performance benchmarks, and real-world applications.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","footnotes":""},"categories":[125],"tags":[126,26,129,131,127,5,130,128,132],"class_list":["post-406","post","type-post","status-publish","format-standard","hentry","category-artificial-intelligence-career-tech","tag-ai-mock-interview","tag-fastapi","tag-job-description-parser","tag-minio","tag-multi-agent-system","tag-postgresql","tag-react-19","tag-resume-gap-analysis","tag-rubric-evaluation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>My Mock Interview AI: Architecture &amp; Performance Benchmark of the Multi-Agent Tailored Interview Platform<\/title>\n<meta name=\"description\" content=\"Discover how My Mock Interview&#039;s 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"My Mock Interview AI: Architecture &amp; Performance Benchmark of the Multi-Agent Tailored Interview Platform\" \/>\n<meta property=\"og:description\" content=\"Discover how My Mock Interview&#039;s 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-22T09:13:58+00:00\" \/>\n<meta name=\"author\" content=\"play258\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"play258\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"My Mock Interview AI: Architecture &#038; Performance Benchmark of the Multi-Agent Tailored Interview Platform\",\"datePublished\":\"2026-09-22T09:13:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/\"},\"wordCount\":566,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"keywords\":[\"AI Mock Interview\",\"FastAPI\",\"Job Description Parser\",\"MinIO\",\"Multi-Agent System\",\"PostgreSQL\",\"React 19\",\"Resume Gap Analysis\",\"Rubric Evaluation\"],\"articleSection\":[\"Artificial Intelligence &amp; Career Tech\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/\",\"name\":\"My Mock Interview AI: Architecture & Performance Benchmark of the Multi-Agent Tailored Interview Platform\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-09-22T09:13:58+00:00\",\"description\":\"Discover how My Mock Interview's 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/22\\\/my-mock-interview-ai-architecture-performance-benchmark\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"My Mock Interview AI: Architecture &#038; Performance Benchmark of the Multi-Agent Tailored Interview Platform\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\",\"name\":\"Nevatal\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.nevatal.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\",\"name\":\"play258\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"contentUrl\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"width\":190,\"height\":266,\"caption\":\"play258\"},\"logo\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\"},\"sameAs\":[\"https:\\\/\\\/wordpress.nevatal.id\"],\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/author\\\/play258\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"My Mock Interview AI: Architecture & Performance Benchmark of the Multi-Agent Tailored Interview Platform","description":"Discover how My Mock Interview's 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/","og_locale":"en_US","og_type":"article","og_title":"My Mock Interview AI: Architecture & Performance Benchmark of the Multi-Agent Tailored Interview Platform","og_description":"Discover how My Mock Interview's 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!","og_url":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/","og_site_name":"Nevatal","article_published_time":"2026-09-22T09:13:58+00:00","author":"play258","twitter_card":"summary_large_image","twitter_misc":{"Written by":"play258","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"My Mock Interview AI: Architecture &#038; Performance Benchmark of the Multi-Agent Tailored Interview Platform","datePublished":"2026-09-22T09:13:58+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/"},"wordCount":566,"commentCount":0,"publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"keywords":["AI Mock Interview","FastAPI","Job Description Parser","MinIO","Multi-Agent System","PostgreSQL","React 19","Resume Gap Analysis","Rubric Evaluation"],"articleSection":["Artificial Intelligence &amp; Career Tech"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/","url":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/","name":"My Mock Interview AI: Architecture & Performance Benchmark of the Multi-Agent Tailored Interview Platform","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-09-22T09:13:58+00:00","description":"Discover how My Mock Interview's 7-agent LLM pipeline revolutionizes interview prep with automated resume gap analysis, dynamic question sequencing, and rubric scoring. Try the live demo today!","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/22\/my-mock-interview-ai-architecture-performance-benchmark\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"My Mock Interview AI: Architecture &#038; Performance Benchmark of the Multi-Agent Tailored Interview Platform"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.nevatal.id\/#website","url":"https:\/\/wordpress.nevatal.id\/","name":"Nevatal","description":"","publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.nevatal.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73","name":"play258","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","url":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","contentUrl":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","width":190,"height":266,"caption":"play258"},"logo":{"@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg"},"sameAs":["https:\/\/wordpress.nevatal.id"],"url":"https:\/\/wordpress.nevatal.id\/author\/play258\/"}]}},"_links":{"self":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/406","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/comments?post=406"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/406\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=406"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=406"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=406"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}