Build with the Aevum Knowledge API

Access 2.4M+ verified, AI-enhanced encyclopedia articles via REST & GraphQL. Real-time semantic search, knowledge graphs, and multilingual translation built for developers.

Start Building → 📖 API Reference
Quick Start

Make Your First Request

1

Get your API key

Sign up for a free developer account and generate a key from your dashboard.

2

Set the base URL

All requests go to https://api.aevum.org/v1

3

Authenticate

Include your key in the header: Authorization: Bearer <KEY>

4

Explore endpoints

Search articles, retrieve knowledge graphs, or translate content instantly.

curl -X GET "https://api.aevum.org/v1/search?q=quantum+computing&limit=5" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
API Reference

Core Endpoints

GET /v1/search

Semantic article search with filters for language, discipline, and recency.

Stable
GET /v1/articles/:id

Retrieve full article content, metadata, references, and related entries.

Stable
POST /v1/knowledge-graph

Generate dynamic concept relationship maps with node/edge data.

Beta
POST /v1/translate

AI-powered translation preserving academic tone and domain terminology.

Stable
PUT /v1/contribute

Submit new articles or revisions for expert editorial review.

Verified Contributors Only
Rate Limits & Tiers

Scale Your Integration

Developer
Free / forever
  • 1,000 requests / day
  • Basic search & article access
  • Community support
  • Single language output
Get Started
Enterprise
Custom
  • Unlimited requests
  • Dedicated infrastructure
  • SLA guarantee (99.99%)
  • On-premise deployment option
  • Custom model fine-tuning
Contact Sales
Developer Tools

Official SDKs & Integrations

🐍

Python

pip install aevum-sdk
🟨

JavaScript

npm install @aevum/client
🔵

Go

go get aevum.dev/sdk
💎

Ruby

gem install aevum