๐Ÿ”Œ v3.2 Stable โ€ข REST & GraphQL

Build with Verified Knowledge

Access 2.4M+ expert-reviewed articles, real-time updates, and semantic search through our high-performance API. Designed for scale, security, and simplicity.

โšก REST ๐ŸŒ GraphQL ๐Ÿ”” Webhooks ๐ŸŒ Global CDN ๐Ÿ”’ OAuth 2.0

Up & Running in 3 Minutes

From key generation to your first successful request. No boilerplate required.

1

Create an Account

Sign up for a developer account. Free tier includes 5,000 req/mo and sandbox access.

2

Generate Credentials

Head to Dashboard โ†’ API Keys. Copy your X-Aevum-Key and set it as a header.

3

Make Your First Request

Hit GET /v3/articles/search and start parsing verified JSON payloads.

Clean, Predictable Responses

cURL
Python
JavaScript
# Search for verified quantum computing articles
curl -X GET "https://api.aevum.com/v3/articles/search?q=quantum+computing&limit=5" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Accept: application/json"
import requests

# Initialize client with API key
response = requests.get(
  "https://api.aevum.com/v3/articles/search",
  params={"q": "quantum computing", "limit": 5},
  headers={"Authorization": "Bearer YOUR_API_KEY"}
)

print(response.json())
// Fetch articles using native fetch
const res = await fetch(`https://api.aevum.com/v3/articles/search?q=quantum+computing&limit=5`, { headers: { "Authorization": `Bearer YOUR_API_KEY`, "Accept": "application/json" } });

const data = await res.json();
console.log(data);

Built for Production Scale

๐ŸŒ

Global Edge Network

Requests routed through 40+ PoPs worldwide. Typical latency under 45ms for cached payloads.

CDNCachingGeo-Routing
๐Ÿ”

Semantic & Fuzzy Search

Vector-embedded article retrieval with typo tolerance, synonym expansion, and intent clustering.

AI SearchVectorsNLP
๐Ÿ””

Real-Time Webhooks

Subscribe to topic updates, citation changes, or new contributor approvals with retry logic.

SSEWebhooksRetry Policy
๐Ÿ“Š

Structured Metadata

Rich JSON-LD outputs with citation graphs, taxonomy tags, and multilingual fallbacks.

JSON-LDSchema.orgTaxonomy
๐Ÿ›ก๏ธ

Enterprise Security

OAuth 2.0, IP allowlisting, rate limit custom policies, and SOC 2 Type II compliance.

OAuth2SOC2Audit Logs
๐Ÿ“–

Interactive Docs

Swagger/OpenAPI 3.0 spec, try-it-now console, and downloadable Postman collections.

OpenAPIPlaygroundPostman

Tools & SDKs

Native libraries for your stack. Community-maintained wrappers and CLI utilities included.

๐Ÿ

Python SDK

Async-first, type-hinted client with automatic retry and pagination.

pip install aevum-sdk โ†’
โš›๏ธ

JavaScript / TS

Lightweight ESM/CommonJS package. React hooks & Next.js integration ready.

npm i @aevum/api โ†’
๐Ÿ’Ž

Ruby Gem

Idiomatic Ruby interface with Rails ActiveRecord serialization support.

gem install aevum โ†’
โš™๏ธ

CLI Tool

Query, export, and validate encyclopedia data directly from your terminal.

brew tap aevum/cli โ†’
๐Ÿงช

Sandbox Env

Isolated test environment with mock data, unlimited calls, and webhook testing.

Launch Sandbox โ†’
๐Ÿ“ฆ

Postman Collection

Pre-configured workspace with examples, environment variables, and tests.

Import Collection โ†’

Simple, Transparent Pricing

Start free. Scale when you're ready. No hidden fees or overage surprises.

Developer

$0 / mo

For prototyping & learning

  • 5,000 requests / month
  • Read-only access
  • Sandbox environment
  • Community support
  • Standard rate limits
Start Free

Enterprise

Custom

For scale & compliance

  • Unlimited requests
  • Dedicated infrastructure
  • SOC 2 & HIPAA readiness
  • 24/7 SLA & account mgmt
  • On-prem / VPC options
Contact Sales

Ready to Integrate?

Get your API key in 30 seconds. Access the world's most trusted knowledge graph today.

No credit card required. Free tier includes full documentation access.