Built for Scale & Precision

Everything you need to build news-driven applications, analytics dashboards, and AI training pipelines.

Real-Time Streams

Websocket & Server-Sent Events for breaking news with < 200ms latency globally.

🔗

REST & GraphQL

Flexible query structures. Fetch articles, authors, categories, or custom aggregations in one call.

📅

Historical Archive

Access 15+ years of verified reporting, metadata, and sentiment-tagged datasets.

🔐

Enterprise Security

OAuth 2.0, IP whitelisting, AES-256 encryption in transit, and SOC2 Type II compliance.

Up & Running in 60 Seconds

Authenticate with your API key and fetch your first payload. No boilerplate required.

# Fetch top headlines with sentiment analysis
curl -X GET "https://api.aevum.news/v2/articles?limit=10&sentiment=neutral" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Accept: application/json"

1. Get Credentials

Generate an API key from your dashboard. Keys are scoped by environment.

2. Install SDK

Use npm i @aevum/news-sdk or clone the official client libraries.

3. Configure Webhooks

Set up endpoint URLs for real-time events: breaks, corrections, updates.

4. Go Live

Deploy to production. Monitor usage in the analytics console.

Core Endpoints & Rate Limits

Standardized pagination, filtering, and caching headers across all routes.

Method Endpoint Description Rate Limit
GET /v2/articles Fetch published articles with filters 120 req/min
GET /v2/categories List taxonomy and hierarchical tags Unlimited
POST /v2/subscribe Create webhook subscription 10 req/min
GET /v2/archive/{date} Access historical snapshots 60 req/min
DEL /v2/subscribe/{id} Revoke webhook endpoint 20 req/min

Authentication & Headers

All requests must include the Authorization header. Enterprise plans support mutual TLS and IP allowlists.

// Required Headers
Authorization: Bearer <api_key>
X-Client-Version: 2.4.1
Idempotency-Key: <uuid> // Recommended for POST/PUT

Choose Your Scale

Transparent pricing. No hidden fees. Scale up or down anytime.

Developer
Free
Perfect for prototyping and personal projects.
  • 1,000 requests / month
  • REST API only
  • 7-day historical window
  • Community support
  • Standard latency
Enterprise
Custom
Full scale, dedicated infrastructure, SLAs.
  • Unlimited requests
  • Full archive & raw feeds
  • Dedicated IP & mTLS
  • Custom data pipelines
  • 24/7 dedicated support