All Systems Operational

/modern-extensions

Extend Aevum's verified knowledge base across your research workflow, development environment, and third-party tools.

Aevum Reader & Cite Extension

v2.4.1 • Last updated: Oct 12, 2025

Stable

Instantly surface verified Aevum entries, academic citations, and semantic summaries while browsing any website. Supports inline fact-checking, automatic bibliography generation, and cross-referencing.

Key Features

  • Side-panel knowledge graph visualization
  • One-click citation export (APA, MLA, Chicago, BibTeX)
  • AI-powered cross-reference suggestions
  • Privacy-first: no tracking, local-only cache

Quick Commands

Alt+A Toggle side panel
Alt+S Cite selected text
Alt+G Open knowledge graph

REST API v3 & SDKs

Base: https://api.aevum-encyclopedia.dev/v3

Stable

Programmatic access to 2.4M+ verified articles, semantic search, citation graphs, and multilingual translations. Rate-limited at 120 req/min (free tier), 2000 req/min (pro tier).

import { AevumClient } from '@aevum/sdk';

const client = new AevumClient({ apiKey: process.env.AEVUM_API_KEY });

// Semantic search with context filtering
const results = await client.articles.search({
  query: "quantum error correction in topological systems",
  filters: { verified: true, language: "en", depth: "advanced" },
  include: ["citations", "related_concepts"]
});

console.log(results.data[0].title);

Core Endpoints

MethodEndpointDescription
GET/v3/articlesRetrieve full article with versioning
GET/v3/semantic/searchContext-aware vector search
POST/v3/citations/exportGenerate formatted bibliography
GET/v3/graph/nodesKnowledge graph traversal
📝
Obsidian

Bi-directional sync, inline Aevum references, and automatic citation linking for your vault.

📓
Notion

Embed live Aevum summaries, auto-sync reading lists, and create dynamic research databases.

📚
Zotero

Direct item import, metadata enrichment, and Aevum DOI resolution for academic libraries.

⌨️
VS Code

Inline documentation lookups, semantic search commands, and citation snippet generation.

Marketplace v1.0.0-rc2
🔬
Jupyter

Python kernel extensions for live data validation, citation injection, and concept mapping.

pip install v3.1.2
🌐
Webhooks

Event-driven notifications for article updates, new citations, and verification status changes.

Configure Active

Aevum AI Research Assistant

Powered by verified knowledge graphs + LLM alignment layer

Preview

An AI assistant strictly grounded in Aevum's peer-reviewed corpus. No hallucinations, transparent sourcing, and academic-grade output formatting.

Supported Workflows

  • Literature review synthesis
  • Concept comparison matrices
  • Automated methodology validation
  • Multi-language translation preservation

Access Methods

/aevum ask "Compare transformer architectures in NLP"
/aevum cite [selected text]
/aevum verify [claim]