Generate Your API Key
Access real-time news feeds, historical archives, and advanced analytics through our secure REST API. Create a key to get started.
🔑 Request Access
Your API Key
ae_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
⚠️ This key is only shown once. Save it securely immediately.
📖 Quick Reference
Authentication
Include your key in the request header: Authorization: Bearer <api_key>
Base URL
https://api.aevumnews.com/v2/
Rate Limits & Tiers
| Tier | Daily Limit | Burst | Analytics |
|---|---|---|---|
| Free | 100 req | 10/min | Basic |
| Pro | 10,000 req | 100/min | Advanced |
| Enterprise | Unlimited | 1000/min | Full + Webhooks |
🔒 Security Best Practices
- Never expose your API key in client-side code or public repositories
- Use environment variables for secure storage
- Rotate keys every 90 days via the developer dashboard
- Enable IP allowlisting for production endpoints