โšก SENTINEL APEX API Dashboard

Manage your API key, monitor usage, and access global threat intelligence.

๐Ÿ”‘ Get API Key
๐Ÿ“Š My Dashboard
๐Ÿ“– API Reference
๐Ÿ’Ž Plans
๐Ÿ”‘ Generate Free API Key

By registering, you agree to our Terms of Service. No credit card required for Free tier.

โšก Quick Start

Use your API key in any HTTP client:

curl -H "Authorization: Bearer YOUR_API_KEY" \ https://blog.cyberdudebivash.in/api/v1/intel/live

Or use X-API-Key header:

curl -H "X-API-Key: YOUR_API_KEY" \ https://blog.cyberdudebivash.in/api/v1/intel/top-threats

JavaScript example:

const res = await fetch( 'https://blog.cyberdudebivash.in/api/v1/intel/live', { headers: { 'X-API-Key': 'YOUR_KEY' } } ); const data = await res.json();
๐Ÿ”‘ Load My Dashboard

Your key is never stored in your browser โ€” only used for this session.

๐Ÿ” Authentication

All endpoints require an API key passed via one of these methods:

Authorization: Bearer sentinel_your_key_here # OR X-API-Key: sentinel_your_key_here

Rate limit info is returned in response headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Tier

๐Ÿ“ก Endpoints
GET/api/v1/intel/liveFREE
Live threat intelligence feed. Query: page, limit, severity, type, exploited, cisa_kev, min_cvss, vendor
GET/api/v1/intel/top-threatsFREE
Highest-priority threats (score โ‰ฅ 65/100). Always the most critical active threats.
GET/api/v1/intel/cve/{id}FREE
Full CVE intelligence by ID. Example: /api/v1/intel/cve/CVE-2025-12345
GET/api/v1/intel/iocsPRO
Enriched IOC feed with confidence scoring. Query: type, min_confidence, related_id. Enterprise: format=stix returns STIX 2.1 bundle.
GET/api/v1/intel/ransomwareFREE
Ransomware-specific threat intelligence: active campaigns, actor TTPs, IOC feeds.
GET/api/v1/intel/searchFREE
Full-text search. Query: q=<search term>. Free: 5 results max. Pro: 50. Enterprise: 200.
GET/api/v1/auth/meFREE
Your user profile, tier, and feature access information.
GET/api/v1/keys/usageFREE
Per-key usage analytics. Query: days=7 (default) โ€” returns daily breakdown for last N days.
POST/api/v1/auth/registerFREE
Register and get an API key. Body: {email, name, plan}. Returns api_key (shown only once).
POST/api/v1/billing/subscribeAUTH
Create a Stripe checkout session. Body: {plan: "pro"|"enterprise"}. Returns checkout_url.
๐Ÿ“‹ Response Schema
{ "success": true, "meta": { "platform": "CYBERDUDEBIVASH SENTINEL APEX v4.0", "timestamp": "2026-04-27T12:00:00.000Z", "endpoint": "/api/v1/intel/live", "tier": "pro" }, "items": [ ... ], "pagination": { "page": 1, "limit": 25, "total": 87, "has_next": true }, "tier_info": { "tier": "pro", "ioc_access": true, "upgrade_url": null }, "_trust": { "source_attribution": "cisa_kev, nvd", "confidence_score": 0.98, "correlation_count": 2, "verified_at": "2026-04-27T12:00:00.000Z" } }
โŒ Error Codes
CodeHTTPMeaning
UNAUTHORIZED401Missing or invalid API key
TIER_RESTRICTED403Endpoint requires higher plan
RATE_LIMIT_EXCEEDED429Daily quota exhausted โ€” retry tomorrow or upgrade
CVE_NOT_FOUND404CVE not in SENTINEL APEX database
SERVICE_UNAVAILABLE503Backend temporarily unavailable โ€” retry in 30s
FREE
Free Tier
$0/month
  • 100 API requests/day
  • Live threat feed access
  • Top threats endpoint
  • CVE lookup (summary)
  • Basic search (5 results)
  • Full IOC dataset
  • Sigma/YARA detection rules
  • MITRE ATT&CK mapping
  • Attack chain analysis
  • Business impact data
ENTERPRISE
Enterprise
โ‚น4,999/month
  • Unlimited API requests
  • Full IOC export (200+/item)
  • STIX 2.1 bundle export
  • Real-time intel feed
  • Bulk data export
  • Custom advisory reports
  • White-label licensing
  • Dedicated analyst support
  • SLA guarantee
  • MSSP licensing available