Session

0 Topics
0 Topic Entries
none Last Operation

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": "expand_topic", "params": { "topic_slug": "acraniates", "relation_type": "cites", "max_rounds": 3, "recent_years": 5, "target_recent_entries": 10 } }
POST /api/call bootstrap policy

Bootstrap also accepts expansion policy controls when you want bounded topic seeding plus graph growth in one step.

{ "method": "bootstrap", "params": { "topic": "abiogenesis", "topic_slug": "abiogenesis", "expansion_mode": "cites", "expansion_rounds": 3, "recent_years": 5, "target_recent_entries": 5, "max_expanded_entries": 100, "max_expand_seconds": 20 } }
AUTH Bearer token

Set the token in the sidebar once. The demo stores it in localStorage and attaches it to subsequent /api/* requests.