Document lacks a valid OpenAPI version, info object, or paths object
Inspect the evidence and return meaningful protocol-correct content.
GET https://onboard.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
35 ms
Digest: sha256:f104cd845fd38479b9024b8e373598bcbfef22bd6aade96bdb4dcd6f4d4b3d01
Preview: {"ok":true,"data":{"service":"onboard","baseUrl":"https://onboard.platphormnews.com","openapiUrl":"https://onboard.platphormnews.com/openapi.yaml","openapiJsonUrl":"https://onboard.platphormnews.com/api/openapi","authPolicy":{"enforcementRequired":false,"platformKeyConfigured":true,"acceptedHeaders":["Authorization: [REDACTED] $PLATPHORM_API_KEY","X-PlatPhorm-API-Key: [REDACTED],"publicSafeByDefault":true},"publicDocs":["/llms.txt","/llms-full.txt","/llms-index.json","/openapi.yaml","/.well-known/trust.json","/.well-known/mcp.json"],"openapi":{"openapi":"3.1.0","info":{"title":"PlatPhorm News Onboard API","description":"API for the PlatPhorm News Network onboarding portal. Submit applications to join the creator network.","version":"1.0.0","contact":{"name":"PlatPhorm News","url":"https://platphormnews.com"},"license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"}},"servers":[{"url":"https://onboard.platphormnews.com","description":"Production"},{"url":"http://localhost:3000","description":"Development"}],"components":{"securitySchemes":{"PlatPhormBearer":{"type":"http","scheme":"bearer","description":"Use PLATPHORM_API_KEY for protected actions"},"PlatPhormHeader":{"type":"apiKey","in":"header","name":"X-PlatPhorm-API-Key","description":"Use PLATPHORM_API_KEY for protected actions"}}},"paths":{"/health":{"get":{"summary":"Health Check","description":"Alias for /api/health when reading this document under /api/docs","operationId":"getApiHealthAlias","tags":["System"],"responses":{"200":{"description":"Health payload"}}}},"/api/health":{"get":{"summary":"Health Check","description":"Returns the health status of the API","operationId":"getHealth","tags":["System"],"responses":{"200":{"description":"Healthy response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","example":"healthy"},"version":{"type":"string","example":"1.0.0"},"timestamp":{"type":"string","format":"date-time"},"uptime":{"type":"number"},"service":{"type":"string"},"environment":{"