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")
List face lists’ faceListId, name, userData and recognitionModel. <br /> To …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /facelists
List all accessible snapshots with related information, including snapshots t…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /snapshots
List person groups’ personGroupId, name, userData and recognitionModel.<br />…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /persongroups
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
azure.com
azure.com:cognitiveservices-Face
At a glance
Language Python
Endpoints63
✓ Official