highOPENAPI_PARSE_ERROR
OpenAPI document is not parseable JSON or YAML
Inspect the evidence and return meaningful protocol-correct content.
GET https://assessments.platphormnews.com/api/docs
HTTP 200
Content-Type: text/html; charset=utf-8
239 ms
Digest: sha256:dc85516d7f465bcb965943ad66770b2a95d78843953eae5d8840808d10f3cc47
Preview: <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Barbine Worldwide API Docs</title>
<style>
body{margin:0;background:#111827;color:#f7f3e8;font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.6}
main{max-width:920px;margin:0 auto;padding:48px 20px}
a{color:#f4c56a} code{background:#1f2937;border:1px solid #374151;border-radius:6px;padding:2px 6px}
section{border-top:1px solid #374151;margin-top:28px;padding-top:24px}
li{margin:8px 0}
</style>
</head>
<body>
<main>
<p><a href="/">Barbine Worldwide</a></p>
<h1>worldwide-assessment-and-scheduler API Docs</h1>
<p>Version 1.6.0. Public routes are read-only except the assessment builder and portal forms, which create or update the requesting lead record.</p>
<section>
<h2>Primary pages</h2>
<ul>
<li><code>GET /</code> Public service overview.</li>
<li><code>GET /build</code> Assessment package builder.</li>
<li><code>GET /portal</code> Portal lookup.</li>
<li><code>GET /portal/{token}</code> Private assessment portal.</li>
<li><code>GET /share</code> Public share URL and copy/share controls.</li>
<li><code>GET /portal/{token}/summary.md</code> Token-scoped markdown scope summary for the portal owner.</li>
<li><code>GET /portal/{token}/report.md</code> Token-scoped final report after protected delivery.</li>
<li><code>GET /operator</code> Public-safe operator shell. Lead data requires <code>PLATPHORM_API_KEY</code>.</li>
</ul>
</section>
<section>
<h2>Public API and discovery</h2>
<ul><li><a href="/"><code>GET /</code></a></li><li><a href="/build"><code>GET /build</code></a></li><li><a href="/portal"><code>GET /portal</code></a></li><li><a href="/share"><code>GET /share</code></a></li><li><a href="/operator"><code>GET /operator</code></a></li><li><a hr