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

Python integration

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")
The Image Search API lets you send a search query to Bing and get back a list…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /images/search
The Image Detail Search API lets you search on Bing and get back insights abo…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /images/details
The Image Trending Search API lets you search on Bing and get back a list of …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /images/trending
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-python
Python
API
microsoft.com
microsoft.com:cognitiveservices-ImageSearch
At a glance
Language Python
Endpoints3