-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
topic: sample | ||
languages: | ||
- python | ||
products: | ||
- azure | ||
- cognitive services | ||
--- | ||
|
||
# Search v7 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](https://portal.azure.com) 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 | ||
- Run from your IDE or the command line, for example: <br> | ||
`python BingWebSearchv7.py` | ||
|
||
## Resources | ||
#### Bing Autosuggest: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-autosuggest/get-suggested-search-terms), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-autosuggest-api-v7-reference) | ||
|
||
#### Bing Custom Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-custom-search/overview), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-custom-search-api-v7-reference) | ||
|
||
#### Bing Entity Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-entities-search/overview), [API](https://westus2.dev.cognitive.microsoft.com/docs/services/7a3fb374be374859a823b79fd938cc65/operations/52069701a465405ab3286f82) | ||
|
||
#### Bing Image Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/8336afba49a84475ba401758c0dbf749/operations/571fab09dbe2d933e891028f) | ||
|
||
#### Bing News Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-news-search/search-the-web), [API](https://westus.dev.cognitive.microsoft.com/docs/services/e5e22123c5d24f1081f63af1548defa1/operations/56f02400dbe2d91900c68553) | ||
|
||
#### Bing Spell Check: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-spell-check/overview), [API](https://dev.cognitive.microsoft.com/docs/services/5f7d486e04d2430193e1ca8f760cd7ed/operations/57855119bca1df1c647bc358) | ||
|
||
#### Bing Video Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-video-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/3960b4bc7b3a4bc5b97c42d78036d234/operations/56b440d2cf5ff8098cef380b) | ||
|
||
#### Bing Visual Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-visual-search/overview), [API](https://docs.microsoft.com/en-us/rest/api/cognitiveservices/bingvisualsearch/images/visualsearch) | ||
|
||
#### Bing Web Search: [Documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/overview), [API](https://dev.cognitive.microsoft.com/docs/services/f40197291cd14401b93a478716e818bf/operations/56b4447dcf5ff8098cef380d/console) |