Using csharp-sdk with microsoft.com

C# integration

Install
dotnet add package csharp-sdk
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
csharp-sdk
C#
API
microsoft.com
microsoft.com:cognitiveservices-ImageSearch
At a glance
Language C#
Endpoints3