{"openapi":"3.1.0","info":{"title":"Cloudflare AI Knowledge Hub API","version":"0.4.0"},"servers":[{"url":"https://knowledge.pdl.vn"}],"paths":{"/api/v1/version":{"get":{"summary":"Runtime and published knowledge version"}},"/api/v1/items":{"get":{"summary":"List public published knowledge items"}},"/api/v1/items/{slug}":{"get":{"summary":"Read one public published knowledge item","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/context":{"get":{"summary":"Read D1-backed public context"}},"/api/v1/changes":{"get":{"summary":"List public snapshot manifests after an optional version"}},"/context.json":{"get":{"summary":"Read the current immutable JSON snapshot"}},"/context.md":{"get":{"summary":"Read the current immutable Markdown snapshot"}},"/llms.txt":{"get":{"summary":"Discover machine-readable knowledge documents"}}}}