Intelligent anomaly detection
for your timeseries data

POST your metrics. Get instant anomaly detection that automatically learns what "normal" looks like β€” and gets smarter over time.

Get Started Free API Docs

Free tier: 1,000 data points / day. No credit card required.

Push a metric in seconds:

curl -X POST https://api.anomalydetect.io/api/v1/ingest/cpu_usage \
  -H "X-Api-Key: ak_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "value": 94.2,
    "timestamp": "2026-02-14T10:00:00Z",
    "tags": { "host": "web-01", "region": "eu-west" }
  }'

# Response: 202 Accepted
# { "queued": 1 }

How it works

πŸ“‘

Ingest

Push any numeric timeseries via a simple REST API. Tag data with dimensions like host, region, or service.

🧠

Learn

Profiles automatically progress from generic hourly patterns β†’ weekday/weekend β†’ specific day of week as data accumulates.

🚨

Alert

Receive instant notifications via webhooks or email when a value falls outside the expected z-score range.

Progressive profiling

Days 1–6

Any Day

Hourly buckets across all days

Days 7–27

Weekday / Weekend

Separate patterns for work days vs weekends

Day 28+

Day of Week

Monday, Tuesday… each has its own baseline

Simple, usage-based pricing

Free

$0

  • βœ“ 1,000 data points / day
  • βœ“ 10 metrics
  • βœ“ 30-day retention
  • βœ“ Webhook + email alerts
  • βœ“ Full API access
Get Started
Popular

Usage-Based

$9/mo

+ $0.10 per 1,000 points above 50,000/day

  • βœ“ Unlimited data points
  • βœ“ Unlimited metrics
  • βœ“ 1-year retention
  • βœ“ Webhook + email alerts
  • βœ“ Priority support
Start Free, Upgrade Anytime