Access 2.4M+ Verified Articles Programmatically

Build powerful applications with our REST & GraphQL APIs. Real-time search, semantic knowledge graphs, and multilingual content delivery.

aevum-cli
$ aevum search --query "quantum entanglement" --lang en
✓ Fetched 3 results in 42ms
{ "id": "art_92f3a1", "title": "Quantum Entanglement", "score": 0.98, "categories": ["Physics", "Quantum Mechanics"], "snippet": "A physical phenomenon that occurs when a group of particles..." }

Quick Start Guide

Integrate the Aevum API into your application in under 5 minutes.

01

Create an Account

Sign up for a free developer account and access the dashboard to manage your projects.

02

Generate API Key

Navigate to Settings → API Keys. Create a new key and securely store it in your environment variables.

03

Make Your First Request

Use the endpoint reference below or our SDKs to query articles, search, or explore the knowledge graph.

API Key Management

All requests require a valid API key passed via the X-Aevum-API-Key header.

⚠️ Keep your API key secure. Do not expose it in client-side code or public repositories.

API Endpoints

Base URL: https://api.aevumenc.com/v1

GET
/articles/{slug}
Retrieve a single article by its unique identifier or URL slug.
Docs →
POST
/search
Full-text and semantic search across the entire encyclopedia corpus.
Docs →
GET
/graph/related
Fetch dynamically generated knowledge graph connections for any topic.
Docs →
GET
/categories
List all available subject categories with article counts and metadata.
Docs →

Code Examples

Copy-paste ready snippets for your preferred language or environment.

cURL
Python
JavaScript
curl -X GET "https://api.aevumenc.com/v1/search" \n  -H "X-Aevum-API-Key: your_api_key" \n  -H "Content-Type: application/json" \n  -d '{
    "query": "photosynthesis",
    "limit": 5,
    "language": "en"
  }'

Rate Limits & Tiers

Transparent usage limits. Scale as you grow.

Tier Requests / Min Concurrent Graph Access Support
Free 100 2 Basic Community
Pro 5,000 10 Advanced Email + Priority
Enterprise Unlimited Unlimited Full + Custom Dedicated Engineer
"