Tools & Technology
Access the Aevum Encyclopedia infrastructure. Build with our APIs, explore knowledge graphs, and integrate verified content into your applications.
β‘ 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.
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.
FreeSemantic Search
Beyond keywords. Understands intent, context, and nuance to find relevant articles even with vague queries.
All UsersKnowledge Graph Explorer
Visualize relationships between concepts. Navigate the interconnected web of knowledge with interactive graphs.
Pro FeatureInstant Translation
Read any article in 140+ languages with neural machine translation optimized for academic and technical terminology.
FreeReading Lists
Curate personal collections of articles. Share with collaborators or sync across devices.
All UsersTopic 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 SourceSlack Bot
Query the encyclopedia from any channel. @Aevum "What is CRISPR?" to get verified summaries instantly.
Free TierJira Integration
Attach verified references to tickets. Enrich project discussions with authoritative context from Aevum.
EnterpriseWordPress Plugin
Enrich your blog posts with dynamic knowledge boxes. Auto-link terms to relevant Aevum articles.
FreeObsidian Plugin
Sync Aevum articles to your local vault. Create bidirectional links between your notes and encyclopedia entries.
CommunityGitHub 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.
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 |