highOPENAPI_INVALID
Document lacks a valid OpenAPI version, info object, or paths object
Inspect the evidence and return meaningful protocol-correct content.
GET https://phorm.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
198 ms
Digest: sha256:bc21325a1d89b85fef021f6bd791fe237227ebba62e6037872cc6841c776849a
Preview: {"ok":true,"data":{"openapi":"3.1.0","info":{"title":"Phorm API","description":"Phorm is the AI-first design, layout generation, prompt-to-interface, template, preview, export, and design review layer for the PlatPhormNews web mesh.","version":"0.6.0"},"servers":[{"url":"https://phorm.platphormnews.com","description":"Canonical production"},{"url":"https://design.platphormnews.com","description":"Design-facing production alias"}],"paths":{"/api/health":{"get":{"summary":"Health summary","description":"Public Phorm health summary.","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"400":{"description":"Invalid request"},"401":{"description":"PLATPHORM_API_KEY required"},"503":{"description":"Configured backend unavailable"}}}},"/api/v1/health":{"get":{"summary":"Versioned health summary","description":"Public versioned Phorm health summary.","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"400":{"description":"Invalid request"},"401":{"description":"PLATPHORM_API_KEY required"},"503":{"description":"Configured backend unavailable"}}}},"/api/docs":{"get":{"summary":"OpenAPI JSON","description":"OpenAPI 3.1 document as JSON.","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"400":{"description":"Invalid request"},"401":{"description":"PLATPHORM_API_KEY required"},"503":{"description":"Configured backend unavailable"}}}},"/api/v1/docs":{"get":{"summary":"Versioned OpenAPI JSON","description":"Versioned alias for the OpenAPI 3.1 document.","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"400":{"description":"Invalid request"},"401":{"description":"PLATPHORM_API_KEY required"},"503":{"description":"Configured backend unavailable"}}}},"/openapi.json":{"get":{"summary":"OpenAPI JSON","description":"OpenAPI 3.1 document as