What is the Bing Video Search API?

The Bing Video Search API makes it easy to add video searching capabilities to your services and applications. If you're looking to build an experience similar to Bing Video, 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 Video Search SDK. For examples to help you get up and running quickly for either option, see Quickstarts.

Features

Bing provides the following Video APIs:

By default, Video Search API returns videos that the user requested. But if you want to have some control over what Bing returns, see the following search features:

Feature Description
Filter the videos that bing returns Filter videos by when Bing discovered them, that are embeddable, are free, and more.
Pivot user search queries Get search strings that pivot on the user's search string.
Expand user search queries Get search strings that expand on the user's search string.
Page results Page through multiple pages of video results.
Resize and crop thumbnails 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 Video 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.

Next steps