The Anomaly Finder API detects anomalies automatically in time series data. It supports two functionalities, one is for detecting the whole series with model trained by the timeseries, another is detecting last point with model trained by points before. By using this service, business customers can
curl \ -H "Ocp-Apim-Subscription-Key: $API_KEY" \ /timeseries/last/detect
curl \ -H "Ocp-Apim-Subscription-Key: $API_KEY" \ /timeseries/entire/detect