Real-world data

Reality Alerts API

Real-world alerts, verified by AI, routed automatically. Field intelligence delivered to your systems in real time.

Get API key — free tier included
What it does

Ground truth from the field. AI-verified before it reaches you.

AI-verified observations

Every alert submitted by a field observer is validated by our AI — image quality, metadata consistency, liveness — before it reaches your endpoint.

Automatic routing

Alerts are matched to the responsible owner based on geolocation, category, and asset registry. No manual dispatch required.

Severity scoring

Each alert carries a severity score (0–1), category tags, and estimated urgency — ready to plug into your incident or ticketing system.

Webhook delivery

Configure your endpoint once. Alerts arrive as structured JSON payloads the moment they pass verification — no polling required.

API example

Subscribe to alerts. Receive verified reality.

# Register your webhook endpoint
curl -X POST https://api.aamos.ai/v1/reality-alerts/subscriptions \
  -H "Authorization: Bearer ***" \
  -H "Content-Type: application/json" \
  -d '{
    "webhook_url": "https://yourapp.com/webhooks/alerts",
    "categories": ["infrastructure", "flooding", "damage"],
    "bbox": [17.8, 59.2, 18.3, 59.5]
  }'

# Incoming webhook payload (verified alert)
{
  "alert_id": "alt_9x8y7z",
  "category": "infrastructure",
  "subcategory": "road_damage",
  "severity": 0.87,
  "verified": true,
  "lat": 59.3341, "lng": 18.0632,
  "image_url": "https://cdn.aamos.ai/...",
  "responsible_entity": "Stockholm municipality",
  "observed_at": "2026-07-11T09:14:02Z"
}
Pricing

Pay for verified alerts. Not noise.

Free
$0 /mo
50 verified alerts / month
  • 50 alerts / month
  • Webhook delivery
  • All categories
  • Community support
Get started
Pro
$699 /mo
Unlimited alerts + SLA
  • Unlimited alerts
  • Custom routing rules
  • Priority queue
  • 99.9% SLA
  • Dedicated support
Get started

Ready to receive verified field intelligence?

Set up your webhook. Start receiving alerts in minutes.

Get API key