Facing Error "404 Resource Not Found" while consuming Face Detection API on postman

2020-08-11T16:15:03.31+00:00

Hi I am facing Error "Resouce Not Found" while Consuming Face Detection API on Postman.

Details:
Request Type: Post
URL : <MyEndPoint>/detect
Header:
ContentType: application/json
Ocp-Apim-Subscription-Key : <MyKey>

Body
{
"url":"https://www.codeproject.com/script/Membership/Uploads/7869570/Faces.png"
}

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
155 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,681 Reputation points Microsoft Employee
    2020-08-12T12:05:28.773+00:00

    @I am interested to implement Azure FaceAPI The headers look correct but are the keys same as the resource you are using? I think you can try to run a similar query from the API reference page to cross check if the same behavior is seen?

    Also, is your URL endpoint similar to the following?

    https://<resource_name>.cognitiveservices.azure.com/face/v1.0/detect