microsoft.com

The Video Search API lets you search on Bing for video that are relevant to the user's search query, for insights about a video or for videos that are trending based on search requests made by others. This section provides technical details about the query parameters and headers that you use to requ

🔑 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 Video Search API lets you send a search query to Bing and get back a list…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /videos/search
The Video Detail Search API lets you search on Bing and get back insights abo…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /videos/details
The Video Trending Search API lets you search on Bing and get back a list of …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /videos/trending
Endpoints (3 total)
GET
/videos/search
The Video Search API lets you send a search query to Bing and get back a list…
GET
/videos/details
The Video Detail Search API lets you search on Bing and get back insights abo…
GET
/videos/trending
The Video 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