vinothavn
vinothavn

Reputation: 547

After bing search api subscription, How to get app id or app key?

I want to use the Bing search api. I have completed the developer registration, Then i have subscribed to the basic plan of bing search api as per procedure.

I'm trying to get the App id or App key for bing search api. But i couldn't.

I read the procedure in this bing search api link

Hope someone will provide useful information.

Upvotes: 2

Views: 202

Answers (1)

Nir Alfasi
Nir Alfasi

Reputation: 53545

To get the keys (referred to as SUBSCRIPTION_KEY), you must first enable Bing Web Search API in your Azure account.

To do that follow these steps to create a relevant "bing resource":

  1. go to: https://portal.azure.com/#home
  2. click on "Create a resource" (see screenshot below)
  3. search for "Bing Search v7" (by the time you read this answer there may be newer versions of the search API! so make sure you're looking for the most recent API version)
  4. fill in all the relevant details and create the new search resource

Now, after you have a search resource, you can access the key through the resource by going back to https://portal.azure.com/#home, clicking on the resource that you created and then on "click here to manage keys" (see second screenshot)

creating a resource

manage keys

I wrote a bit more detailed guide here

Upvotes: 0

Related Questions