Paste your data, click scan, see anomalies instantly. No machine learning, no model management, deterministic results every time. A drop-in Azure Anomaly Detector replacement.
Up to 50 samples · Comma, space, or newline separated
Up to 100 samples · Or upload a CSV below
One API call. No model management. Deterministic results every time. Works with JSON, text, images, time series — anything.
Azure Anomaly Detector retires October 2026 — switch to WaveGuard now.
Get API AccessYour data is mapped onto a 3D computational grid. Each sample becomes initial energy in a wave field.
A physics simulation runs 150 time-steps. Normal data produces stable wave patterns; anomalies create chaotic fields.
Wave-field fingerprints are compared statistically. Anomalies stand out because the physics responds differently to unusual inputs.
| Feature | Azure AD | WaveGuard |
|---|---|---|
| Data formats | Time series only | Any (JSON, text, numeric, images) |
| Minimum data | 12 data points | 2 samples |
| API calls needed | 2+ (create model → detect) | 1 (single scan) |
| State management | You manage models & lifecycle | Stateless — nothing to manage |
| Deterministic | No | Yes — same input = same output |
| Pricing | $0.314 / 1K transactions | Free tier + pay per call |
| Status | Retiring Oct 2026 | Active & growing |
curl -X POST https://waveguard.p.rapidapi.com/v1/scan \
-H "Content-Type: application/json" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-d '{
"training": [1.0, 1.1, 1.2, 1.0, 0.9],
"test": [1.1, 5.7, 1.0]
}'Returns per-sample anomaly scores, confidence, and feature-level explanations.