highOPENAPI_INVALID
Document lacks a valid OpenAPI version, info object, or paths object
Inspect the evidence and return meaningful protocol-correct content.
GET https://tips.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json; charset=utf-8
75 ms
Digest: sha256:358be02cd3ddfd0a57d19ceb7f7e2b664d5147aebc349bf9c36289609dd95dc7
Preview: {
"ok": true,
"data": {
"service": "ai-insights-for-humans",
"version": "0.6.0",
"title": "AI Insights for Humans",
"purpose": "Public notebook for practical AI insight, plus standard PlatPhormNews discovery and MCP surfaces.",
"baseUrl": "https://tips.platphormnews.com",
"auth": {
"scheme": "PLATPHORM_API_KEY",
"acceptedHeaders": [
"Authorization: [REDACTED],
"X-PlatPhorm-API-Key"
],
"protectedActions": [
"POST /api/v1/reports"
]
},
"routes": [
{
"method": "GET",
"path": "/",
"status": "implemented",
"public": true,
"protected": false,
"description": "Public AI insights notebook and reading paths."
},
{
"method": "GET",
"path": "/api/health",
"status": "implemented",
"public": true,
"protected": false,
"description": "Platform health payload for the publication."
},
{
"method": "GET",
"path": "/api/v1/health",
"status": "implemented",
"public": true,
"protected": false,
"description": "Versioned platform health payload."
},
{
"method": "GET",
"path": "/api/docs",
"status": "implemented",
"public": true,
"protected": false,
"description": "Machine-readable API and route documentation."
},
{
"method": "GET",
"path": "/api/v1/entries",
"status": "implemented",
"public": true,
"protected": false,
"description": "Read-only JSON index of notebook entries."
},
{
"method": "GET",
"path": "/api/v1/entries/{id}",
"status": "implemented",
"public": true,
"protected": false,
"description": "Read-only JSON detail for one notebook entry."
},
{
"method": "GET",
"path": "/api/v1/focus-mode",
"status": "implemented",
"public": true,
"protected":