Bing Custom Search API is returning 404

Philip Bae 20 Reputation points
2023-11-09T19:52:29.5366667+00:00

Hi all,

Bing Custom Search API is returning 404:

curl --header "Ocp-Apim-Subscription-Key: xxxxxxxxxxxx" "https://api.cognitive.microsoft.com/bingcustomsearch/v7.0/search?q=member&customconfig=xxxxxxxxxx&mkt=en-US"

{
  "error": {
    "code": "404",
    "message": "Resource not found"
  }
}

Is anyone else experiencing this issue?

When will this be resolved?

Thanks!
Philip

Bing Bing Search APIs Bing Custom Search API
{count} votes

Accepted answer
  1. VasaviLankipalle-MSFT 18,676 Reputation points Moderator
    2023-11-09T23:30:17.8766667+00:00

    Hello @Philip Bae , Thanks for using Microsoft Q&A Platform.

    Generally, as per the error message "Resource not found" with code 404 indicates that the requested resource is not available. This error can occur due to various reasons, such as incorrect/expired subscription key, or invalid URL.

    To troubleshoot this issue, please ensure that you have entered the correct URL and subscription key. You can also try regenerating either one of the subscription keys in the Azure portal to see if it resolves the issue.

    User's image

    Also please note the following information, this may also impact in your situation:

    Bing Search APIs will transition from Azure Cognitive Services to Azure Marketplace on 31 October 2023.  The existing instances of the following Bing Search APIs under Azure Cognitive Services will no longer be supported after 31 October 2023. You can continue to create new instances of Bing Search APIs under the Azure Marketplace. https://azure.microsoft.com/en-ca/updates/bing-search-apis-will-transition-from-azure-cognitive-services-to-azure-marketplace-on-31-october-2023/

    I hope this helps.

    Regards,
    Vasavi

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.