Bing Image Search API lets your users find images on the world-wide-web. If you're looking to build an experience similar to bing.com/images, this is the API to use.
Get started
To get started using the API, pick the subscription you want from Bing API Pricing. After getting your subscription key, you're all set to make your first call.
You can easily call the API by sending a native HTTP GET request or by using the Image Search SDK. For examples to help you get up and running quickly for either option, see Quickstarts.
Features
Bing provides the following Image APIs:
Image Search API, which you use to search the web for images that the user requested.
By default, Image Search API returns images that the user requested. But if you want to have some control over what Bing returns, see the following search features:
Resize or crop thumbnail images in the response to fit your experience.
Bing also provides API metrics, which you can use to inform your strategic decisions. Quickly retrieve statistics such as your top queries, call volume, market distribution, response code summary, and many more. For details, see Bing Web Statistics.
Search or search-like experience
Bing Image Search API may only be used as a result of a direct user query or search, or as a result of an action within an app or experience that logically can be interpreted as a user’s search request. For illustration purposes, the following are some examples of acceptable search or search-like experiences.
User enters a query directly into a search box in an app.
User selects specific text or image and requests “more information” or “additional information”.
User asks a search bot about a particular topic.
User dwells on a particular object or entity in a visual search type scenario.
If you are not sure if your experience can be considered a search-like experience, check with Microsoft.
The Bing Image Search API enables you to search the web for high-quality, relevant images. Use this tutorial to build a single-page web application that can send search queries to the API, and display the results within the webpage.