highOPENAPI_PARSE_ERROR
OpenAPI document is not parseable JSON or YAML
Inspect the evidence and return meaningful protocol-correct content.
GET https://mermaids.platphormnews.com/api/docs
HTTP 200
Content-Type: text/html; charset=utf-8
167 ms
Digest: sha256:bfa16ee130cccd41395915c297212387d771d63acd6b7a3682834ebc74b68f0d
Preview: <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Mermaids API Docs</title>
<style>
body { font-family: ui-sans-serif, system-ui; background:#021733; color:#e8f7ff; margin:0; padding:2rem; }
a { color:#70f2ff; }
pre { white-space:pre-wrap; background:#08244a; border-radius:12px; padding:1rem; overflow:auto; }
.card { background:#0c2f5f; border:1px solid #1e4f8f; border-radius:14px; padding:1rem; margin-bottom:1rem; }
</style>
</head>
<body>
<h1>🧜♀️ Mermaids API Docs</h1>
<p>Public-safe API docs for the performance portfolio and booking inquiry. Administrative actions always require <code>PLATPHORM_API_KEY</code>.</p>
<p>Booking delivery is only attempted for an explicitly allowlisted HTTPS webhook. Read-only MCP does not expose mutation or report tools.</p>
<div class="card">
<h2>Core endpoints</h2>
<ul>
<li><a href="/openapi.yaml">/openapi.yaml</a></li>
<li><a href="/openapi.json">/openapi.json</a></li>
<li><a href="/api/health">/api/health</a></li>
<li><a href="/api/v1/performances">/api/v1/performances</a></li>
<li><a href="/api/mcp">/api/mcp</a></li>
</ul>
</div>
<div class="card">
<h2>OpenAPI preview</h2>
<pre>{
"openapi": "3.1.0",
"info": {
"title": "Las Vegas Mermaids API",
"version": "0.3.0",
"description": "Public-safe performance, portfolio, booking-inquiry, discovery, and read-only MCP surfaces. Submission delivery is reported honestly as delivered or degraded."
},
"servers": [
{
"url": "https://mermaids.platphormnews.com"
}
],
"components": {
"securitySchemes": {
"PlatPhormApiKey": {
"type": "apiKey",
"in": "header",
"name": "X-PlatPhorm-API-Key",
"description": "Shared platform key for protected administrative actions."
},
"PlatPhormBearer": {
"type": "http",