Live API serving public catalog access and paid intelligence analysis. Public catalog endpoints are open with local rate limits. Intelligence endpoints require a paid API key.
https://library.gagegreengroup.com
Paid Scholar endpoint. Returns chronological primary source passages matching your query. Not generated summaries — real text from real books.
q (string, required) — search query Example: /api/v1/ask?q=fiduciary+duty
{
"query": "fiduciary duty",
"passages": [
{
"text": "Fiduciary duties are duties enforced by law...",
"source": "Pomeroy Equity Jurisprudence",
"department": "equity trusts",
"relevance": 0.94
}
],
"total": 12
}
Loading...
Searches across the live catalog and indexed full text. Returns matching texts with excerpts.
q (string, required) — search term
Returns the full catalog. Optionally filter by department.
department (string, optional) — filter by department name
Compares definitions across 5 dictionaries spanning 1828–1995. Traces the linguistic origin through languages (English → Old English → Norse → Proto-Germanic).
{
"term": "trust",
"found": true,
"dictionaries": {
"Webster's 1828": "Confidence; reliance...",
"Bouvier's 1856": "An obligation on a person...",
"Webster's 1913": "Assured reliance on the character...",
"Black's 1968": "A right of property, real or personal..."
},
"chain": [
{"form": "trust", "language": "English"},
{"form": "trost", "language": "Middle English"},
{"form": "traust", "language": "Old Norse"},
{"form": "trausti", "language": "Proto-Germanic"}
]
}
Loading...
Tracks how a legal or philosophical term's meaning changed across centuries. The delta between definitions reveals when and how meaning was altered.
Loading...
Master timeline of all dated texts in the library. 380 BCE to 2026 CE. Identifies temporal gaps where knowledge may be missing or suppressed.
Paid Researcher endpoint. Traces how a concept appears across centuries. Shows which eras discussed it most and where it disappears.
Loading...
Paid Researcher endpoint. Computes 10 knowledge properties: frequency, tradition spread, era range, polarity, citation depth, suppression index, bridge score, convergence count, rhythm period, gender ratio. Returns a composite genome score 0-100.
Loading...
Identifies authors frequently cited by texts in the library whose own works are absent. A text referenced hundreds of times but missing from every repository is a signal worth investigating.
Paid Researcher endpoint. Searches all texts for a concept, extracts claims, and identifies where sources from different departments or eras disagree.
Loading...
Paid Researcher endpoint. For any legal or philosophical doctrine, maps protective language ("grants", "empowers", "rights of") vs restrictive language ("prohibits", "subject to", "liable"). Reveals whose interests each doctrine serves.
Loading...
Returns the 78 irreplaceable bridge authors — nodes that, if removed, break entire knowledge chains between departments. Also returns the strongest cross-department citation links.
Returns all gap predictions generated from citation graph asymmetries. Each prediction identifies missing knowledge — texts that should exist based on the patterns in the graph.
Health check. Returns only {"status":"ok"}.
Loading...
Returns the public paid-access contract: paid tiers, anonymous compute posture, and local-first cost controls. The response is redacted and does not expose admin routes, internal policy files, tokens, or runtime service details.
Loading...
Public cached stats: current text count, departments, graph nodes, graph edges, communities, and catalog timestamp.
Loading...
Lists approved acquisition records. New auto-acquisition is disabled for anonymous users; it requires a Researcher API key and explicit deployment enablement.
Paid Researcher API key endpoint. Creates a metadata-only source intake ticket for the Minisforum workhorse queue. No file bytes, OCR, downloads, or catalog mutation run from this endpoint.
{
"title": "Source title",
"original_filename": "source.pdf",
"sha256": "64-character hex digest",
"source_label": "Member supplied scan",
"size_bytes": 2048,
"requested_action": "stage_for_ocr"
}
Downloads the complete citation graph used by the Knowledge Map visualization.
All endpoints return JSON. Public catalog endpoints are open with local rate limits. Intelligence endpoints require a paid API key sent as X-API-Key.
Questions? library@gagegreengroup.com