404 Client Error: Resource Not Found

Mayank 1 Reputation point
2020-11-19T15:04:29.92+00:00

While calling bing visual search API with the https://api.bing.microsoft.com/bing/v7.0/images/visualsearch url, we are getting '404 Client Error: Resource Not Found for url: https://api.bing.microsoft.com/bing/v7.0/images/visualsearch'

Any help on this will be really appreciated.

Thanks.

Bing Visual Search
Bing Visual Search
A Bing service that gives you rich insights to help build compelling image applications on the device of your choice.
23 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jagger Bodas 1 Reputation point
    2020-12-02T01:13:40.83+00:00

    @Mayank - If you are creating new Bing Visual Search resource , please update your endpoint to "https://api.bing.microsoft.com/v7.0/images/visualsearch" as documented at https://video2.skills-academy.com/en-us/bing/search-apis/bing-visual-search/reference/endpoints.

    0 comments No comments

  2. fei li 1 Reputation point
    2021-02-24T08:11:29.873+00:00

    BASE_URI = 'https://api.bing.microsoft.com/v7.0/images/visualsearch'
    this is current url

    0 comments No comments