⚑ API Overview

Access 2.4M+ verified articles programmatically via our REST and GraphQL endpoints. The API supports semantic search, citation export, and real-time knowledge graph queries.

JavaScript / Node.js
import { AevumClient } from '@aevum/enc-sdk';

const client = new AevumClient(process.env.AEVUM_API_KEY);

// Semantic search with context awareness
const results = await client.search.query('Quantum Entanglement', {
  depth: 'comprehensive',
  include_graph: true,
  languages: ['en', 'es']
});

console.log(`Found ${results.total} articles`);
console.log(results.items[0].summary);
πŸ”‘

Authentication

Bearer token authentication via Authorization: Bearer <token>. API keys generated in the Developer Dashboard.

πŸ“Š

GraphQL Endpoint

Complex queries across entities, relationships, and metadata. Ideal for building connected knowledge interfaces.

πŸ“„

SDKs Available

Official SDKs for Python, JavaScript/TypeScript, Go, and Ruby. Community plugins for PHP and Rust.

🚦 Rate Limits

Rate limits vary by plan. Enterprise plans support dedicated throughput.

Plan Requests / Min Burst Limit Data Egress
Free 60 req 100 req 1 GB/mo
Developer 600 req 1,000 req 50 GB/mo
Pro 3,000 req 5,000 req 200 GB/mo
Enterprise Custom Custom Unlimited

πŸ› οΈ User Tools & Features

Powerful utilities built into the Aevum platform for researchers, students, and knowledge workers.

πŸ“

Citation Generator

Auto-generate citations in APA, MLA, Chicago, IEEE, and BibTeX formats. Export citation libraries to Zotero or Mendeley.

Free
πŸ”

Semantic Search

Beyond keywords. Understands intent, context, and nuance to find relevant articles even with vague queries.

All Users
πŸ•ΈοΈ

Knowledge Graph Explorer

Visualize relationships between concepts. Navigate the interconnected web of knowledge with interactive graphs.

Pro Feature
🌐

Instant Translation

Read any article in 140+ languages with neural machine translation optimized for academic and technical terminology.

Free
πŸ“š

Reading Lists

Curate personal collections of articles. Share with collaborators or sync across devices.

All Users
πŸ“ˆ

Topic Tracker

Monitor emerging topics. Receive alerts when new verified content is published in areas of interest.

Pro Feature

πŸ”Œ Integrations & Plugins

Embed Aevum knowledge directly into your workflow tools.

πŸ“

VS Code Extension

Look up technical documentation and concepts without leaving your IDE. Context-aware suggestions and inline citations.

Open Source
πŸ’¬

Slack Bot

Query the encyclopedia from any channel. @Aevum "What is CRISPR?" to get verified summaries instantly.

Free Tier
🎫

Jira Integration

Attach verified references to tickets. Enrich project discussions with authoritative context from Aevum.

Enterprise
πŸ“–

WordPress Plugin

Enrich your blog posts with dynamic knowledge boxes. Auto-link terms to relevant Aevum articles.

Free
πŸ“‘

Obsidian Plugin

Sync Aevum articles to your local vault. Create bidirectional links between your notes and encyclopedia entries.

Community
πŸ™

GitHub Action

Validate references in documentation. CI/CD checks for factual accuracy in code comments and READMEs.

Open Source

πŸ’š System Status

Real-time monitoring of Aevum infrastructure.

API Gateway
99.99%
Search Index
Healthy
AI Inference
45ms avg
CDN (EU-West)
Degraded
Graph DB
Online
Auth Service
99.98%

Last updated: 2 minutes ago. View full status page β†’

πŸ—οΈ Tech Stack

Transparency into the infrastructure powering Aevum Encyclopedia.

Layer Technology Purpose
AI / ML Transformers, Vector DBs, Custom LLMs Semantic search, summarization, translation
Backend Go, Rust, GraphQL Federation API services, microservices orchestration
Databases PostgreSQL, Neo4j, Elasticsearch Relational data, knowledge graphs, full-text search
Infrastructure Kubernetes, Terraform, AWS/GCP Orchestration, IaC, multi-cloud deployment
Frontend Next.js, React, Tailwind Web application, static site generation
Edge Cloudflare Workers, Fastly CDN, edge caching, DDoS protection