Skip to content

Latest commit

 

History

History
 
 

README.MD

topic sample
languages
C# (dotnet)
products
azure
cognitive services

Search REST API samples

These samples are quickstarts that show how to use various Search APIs, such as Bing Web Search.

Prerequisites

  • Create an Azure resource for the service you'd like to try, for example a Bing Web Search resource.
  • Add your key and endpoint from your resource to your environment variables with the variable names suggested in the sample.

Running the samples

  • Copy/paste the sample into a new C# console app (netcore) in Visual Studio, into the Program.cs file.
  • Build/run in Visual Studio.

Resources

Bing Autosuggest: Documentation, API

Bing Custom Search: Documentation, API

Bing Entity Search: Documentation, API

Bing Image Search: Documentation, API

Bing News Search: Documentation, API

Bing Spell Check: Documentation, API

Bing Video Search: Documentation, API

Bing Visual Search: Documentation, API

Bing Web Search: Documentation, API