Using azure-sdk-for-python with azure.com

Python integration

✓ Official SDK
Install
pip install azure-sdk-for-python
Quick start
import azure-sdk-for-python

# Set your API key
client = azure_sdk_for_python.Client(api_key="YOUR_API_KEY")
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
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:cognitiveservices-AnomalyDetector
At a glance
Language Python
Endpoints3
✓ Official