face-api error

Anonymous
2020-06-13T11:54:54.843+00:00

Hello I'm daegeon

I subscribed to the face api, but when I tried to access the endpoint address, resource not found is displayed.
Therefore, the api is not called. endpoint is https://face-kr.cognitiveservices.azure.com/ and location is koreacentral
Is it appropriate to use the endpoint format as https://face-kr.cognitiveservices.azure.com/Koreacentral?
If not, what is the proper format?
9830-%E1%84%8F%E1%85%A2%E1%86%B8%E1%84%8E%E1%85%A5.png
10012-screenshot-1592048670.png

Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
152 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,393 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. romungi-MSFT 42,206 Reputation points Microsoft Employee
    2020-06-15T11:46:48.857+00:00

    @78003781 The endpoint that you can use with your resource name should be available based on your resource name on the azure portal on the resource overview page. In case, if your resource name is face-kr you can use that name and the endpoint would be https://face-kr.cognitiveservices.azure.com/

    To call the exact API you should pass all the required parameters and headers in the request or the above error would be shown. A simple way to test your API is to use the reference page to pass the required parameters and check if your resource is able to detect the face in the image. For korea central you can use this reference page.

    Based on the parameters passed in your request your API call would be similar to this:

     https://face-kr.cognitiveservices.azure.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=false&recognitionModel=recognition_01&returnRecognitionModel=false&detectionModel=detection_01
    

    We would suggest to first make a test call from the reference page for any image and then check if the same endpoint is working in your application integration.


  2. Publik - Smartik 1 Reputation point
    2020-09-14T15:58:17.033+00:00

    Hello I'm trying with c# example but this crashes because error sending request, but is like on example...

    0 comments No comments