microsoft.com

The Image Search API lets you send a search query to Bing and get back a list of relevant images. This section provides technical details about the query parameters and headers that you use to request images and the JSON response objects that contain them. For examples that show how to make requests

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

SDKs by language (4 total)

botframework-sdk ✓ Official
npm install botframework-sdk
WindowsAppSDK ✓ Official
# See https://github.com/microsoft/WindowsAppSDK
cpprestsdk ✓ Official
# See https://github.com/microsoft/cpprestsdk
BotBuilder-Samples ✓ Official
# See https://github.com/microsoft/BotBuilder-Samples
curl examples
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
Endpoints (3 total)
GET
/images/search
The Image Search API lets you send a search query to Bing and get back a list…
GET
/images/details
The Image Detail Search API lets you search on Bing and get back insights abo…
GET
/images/trending
The Image Trending Search API lets you search on Bing and get back a list of …
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints3
Authapikey
Categories2