Documentation & Resources

Build upon Aevum Encyclopedia's vast knowledge base. Access our comprehensive API, contribution guidelines, SDKs, and developer tools.

🔍 ⌘K
💡

New Developer Portal: We've launched a dedicated portal for API exploration. Try the interactive sandbox at sandbox.aevum-enc.com.

Contributor Program: All contributors receive verified badges and access to exclusive research datasets. Apply at community.aevum-enc.com.

Quick Start Example

Fetch an article and explore related concepts using our JavaScript SDK:

JavaScript
import { AevumClient } from '@aevum/enc-sdk'; // Initialize with your API key const aevum = new AevumClient({ apiKey: process.env.AEVUM_API_KEY, locale: 'en-US' }); // Fetch article with knowledge graph context const article = await aevum.articles.retrieve('quantum-computing', { includeGraph: true, depth: 3, verified: true }); console.log(article.title); // "Quantum Computing" console.log(article.excerpt); // "Quantum computing leverages..." console.log(article.graph.nodes); // [12 related concepts]

API Status Overview

Current status of all Aevum services:

Service Status Latency Uptime (30d)
API Gateway Operational 42ms 99.99%
Article Retrieval Operational 38ms 99.98%
Knowledge Graph Operational 65ms 99.95%
Search Engine Degraded 210ms 99.87%
Translation Service Operational 120ms 99.92%
⚠️

Search Engine Degraded: We are investigating increased latency in semantic search queries. Expected resolution within 2 hours. View incident report →