azure.com

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 s

🔑 apikey 3 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Detect anomaly status of the latest point in time series.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/last/detect
Detect anomalies for the entire series in batch.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/entire/detect
Endpoints (3 total)
POST
/timeseries/last/detect
Detect anomaly status of the latest point in time series.
POST
/timeseries/entire/detect
Detect anomalies for the entire series in batch.
POST
/timeseries/changePoint/detect
Detect change point for the entire series
At a glance
Total SDKs9
Languages8
Endpoints3
Authapikey
Categories1