No result API bing search V7

SAS Latlas 1 Reputation point
2022-04-04T08:35:11.693+00:00

Hello

There is no result ?

curl -X GET \
'https://api.bing.microsoft.com/v7.0/custom/search?q=WORD&customconfig=1' \
-H 'ocp-apim-subscription-key: mykey' \

{
"_type": "SearchResponse",
"instrumentation": {
"_type": "ResponseInstrumentation",
"pingUrlBase":
"https://www.bingapis.com/api/ping?IG=mykey&CID=mykey&ID=",
"pageLoadPingUrl":
"https://www.bingapis.com/api/ping/pageload?IG=mykey&CID=mykey&Type=Event.CPT&DATA=0"
},
"queryContext": {
"originalQuery": "WORD"
},
"rankingResponse": {}
}

Thx for help

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
1,061 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 28,631 Reputation points Microsoft Employee
    2022-04-13T03:51:39.25+00:00

    I did manage to get results @SAS Latlas by following the Create Bing Search resource through Azure Marketplace referenced in this quick start. However, I did not Create a custom search instance. After creating the resource in Azure, I sent the request through Postman that generated the attached response. See if that works for you. If you did happen to create a custom search instance, please comment down below with how you went about creating it.

    192510-image.png

    Ocp-Apim-Subscription-Key was set to the Key 1 in my Bing Custom Search Azure resource.

    192581-image.png

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.