Session
Topics
Connect to the server to load topics.
Entry Detail
Select a topic entry or search result to inspect one record.
Topic View
No topic loaded yet.
Activity
Waiting for requests…
Search Results
Run a search to inspect matching entries.
Extract / Verify Output
Extraction and verification results will appear here.
Graph View
Load a topic to view a small local network around its first few entries.
API Reference
GET
/api/healthz
Health check endpoint. Does not require a bearer token.
GET
/api/capabilities
Returns the available operation names and preview-capable actions. Requires Authorization: Bearer <token>.
POST
/api/call
RPC-style API entry point for search, topic loading, graph traversal, extraction, verification, and topic BibTeX export.
{
"method": "export_topic_bibtex",
"params": {
"topic_slug": "acraniates",
"include_stubs": false
}
}
AUTH
Bearer token
Set the token in the sidebar once. The demo stores it in localStorage and attaches it to subsequent /api/* requests.