APIHub
Back to Explore

Anomaly Detector Client

The Anomaly Detector API detects anomalies automatically in time series data. It supports two kinds of mode, one is for stateless using, another is for stateful using. In stateless mode, there are three functionalities. Entire Detect is for detecting the whole series with model trained by the time series, Last Detect is detecting last point with model trained by points before. ChangePoint Detect i

Cloud
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/timeseries/changePoint/detect

Detect change point for the entire series

POST

/timeseries/entire/detect

Detect anomalies for the entire series in batch.

POST

/timeseries/last/detect

Detect anomaly status of the latest point in time series.

3 endpoints auto-detected

Authentication

This API uses an API key, passed in the "Ocp-Apim-Subscription-Key" header. No OAuth required.

curl -X POST \
  "https://azure.local/timeseries/changePoint/detect" \
  -H "Ocp-Apim-Subscription-Key: YOUR_API_KEY"

azure.local · HTTPS only