highOPENAPI_INVALID
Document lacks a valid OpenAPI version, info object, or paths object
Inspect the evidence and return meaningful protocol-correct content.
GET https://codex.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
111 ms
Digest: sha256:3236203b0baffb3b60598bbc2b9eabea2984bc7ba9b01d24aa5ba75f15017619
Preview: {"ok":true,"data":{"openapi":"3.1.0","info":{"title":"PlatPhorm Codex API","version":"0.5.0","description":"Canonical interactive narrative, screenshot-backed tool catalog, and machine-readable explainer for the PlatPhormNews web mesh.","contact":{"name":"PlatPhormNews","url":"https://platphormnews.com","email":"api@platphormnews.com"}},"servers":[{"url":"https://codex.platphormnews.com","description":"Production"}],"paths":{"/api/health":{"get":{"summary":"Public Codex health","tags":["Codex"],"security":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"401":{"description":"PLATPHORM_API_KEY required for protected actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/api/v1/health":{"get":{"summary":"Public Codex health using v1 route","tags":["Codex"],"security":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"401":{"description":"PLATPHORM_API_KEY required for protected actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/api/docs":{"get":{"summary":"OpenAPI JSON document","tags":["Codex"],"security":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"401":{"description":"PLATPHORM_API_KEY required for protected actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/api/v1/tools":{"get":{"summary":"List screenshot-backed tool catalog entries","tags":["Tools"],"security":[],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiSuccess"}}}},"401":{"description":"PLATPHORM_API_KEY required for protected actions","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApiError"}}}}}}},"/api/v1/tools/{slug}":{"get":{