Integrate real-time news feeds, historical archives, and metadata directly into your applications. RESTful & GraphQL endpoints, webhooks, and enterprise SLAs.
Everything you need to build news-driven applications, analytics dashboards, and AI training pipelines.
Websocket & Server-Sent Events for breaking news with < 200ms latency globally.
Flexible query structures. Fetch articles, authors, categories, or custom aggregations in one call.
Access 15+ years of verified reporting, metadata, and sentiment-tagged datasets.
OAuth 2.0, IP whitelisting, AES-256 encryption in transit, and SOC2 Type II compliance.
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"
Generate an API key from your dashboard. Keys are scoped by environment.
Use npm i @aevum/news-sdk or clone the official client libraries.
Set up endpoint URLs for real-time events: breaks, corrections, updates.
Deploy to production. Monitor usage in the analytics console.
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 |
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
Transparent pricing. No hidden fees. Scale up or down anytime.