🎨
Public

Brand Identity Kit

Official logos, color palettes, typography guidelines, and usage standards for partners and media.

PDF SVG 4.2 MB
Preview
📊
Public

Global Knowledge Graph

Structured RDF/JSON-LD export of cross-referenced concepts, relationships, and metadata.

JSON-LD RDF 2.1 GB
Schema
🔌
Public

REST API v3.2

Programmatic access to articles, metadata, and search endpoints. Rate-limited to 1000 req/min.

OpenAPI REST Auth: API Key
View Docs
📖
Public

Citation & Attribution Guide

APA, MLA, Chicago, and BibTeX templates for properly citing Aevum Encyclopedia content.

Markdown BibTeX 128 KB
Examples
🌍
Beta

Multilingual Corpus

Parallel text datasets across 140+ languages for NLP research and translation model training.

CSV TSV 8.4 GB
License
🐍
Enterprise

Python SDK

Official client library for batch processing, semantic queries, and knowledge graph traversal.

PyPI Python 3.8+ v1.4.0

Developer Integration

Query the encyclopedia programmatically. All responses are structured, versioned, and include full provenance tracking.

cURL / HTTP
curl -X GET "https://api.aevumencyclopedia.com/v3/articles?query=quantum+computing&limit=5" \
  -H "Authorization: Bearer $AEVUM_API_KEY" \
  -H "Accept: application/json"
Response Snippet
{
  "status": "success",
  "count": 5,
  "results": [
    {
      "id": "ae-phys-qc-001",
      "title": "Quantum Computing",
      "version": "4.2.1",
      "verified": true,
      "references": 47
    }
  ]
}

Core Endpoints

GET/v3/articles
GET/v3/search/semantic
GET/v3/graph/nodes
POST/v3/validate/citation
GET/v3/export/dataset
GET/v3/meta/status