API cognitive facedetect error 403/404 UnsupportedFeature

Sretthapon Rattanasri 20 Reputation points
2023-07-07T14:10:06.19+00:00

Request Endpoint
https://southeastasia.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true

Response

{
    "error": {
        "code": "InvalidRequest",
        "message": "Invalid request has been sent.",
        "innererror": {
            "code": "UnsupportedFeature",
            "message": "Feature is not supported, missing approval for one or more of the following features: Identification,Verification. Please apply for access at https://aka.ms/facerecognition"
        }
    }
}
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
153 questions
0 comments No comments
{count} votes

Accepted answer
  1. YutongTie-MSFT 47,256 Reputation points
    2023-07-07T21:33:29.5566667+00:00

    Hello @Sretthapon Rattanasri

    Thanks for reaching out to us. Microsoft facial recognition services are Limited Access in order to help prevent the misuse of the services in accordance with our AI Principles and facial recognition principles.

    Since the announcement on June 11th, 2020, Azure face recognition services are strictly prohibited for use by or for U.S. police departments.

    Come back to your issue, there is a limit access for faceId property. To use this feature, you can change returnFaceId=true to returnFaceId=false. If you do need FaceId, please apply for the access -

    Customers and partners who wish to use Limited Access features of the Face API, including Face identification and Face verification, are required to register for access by submitting a registration form. The Face Detection operation is available without registration.

    https://learn.microsoft.com/en-us/legal/cognitive-services/computer-vision/limited-access-identity

    I hope this helps, let me know if you have more questions.

    Regards,

    Yutong

    -Please kindly accept the answer and vote 'Yes' if you feel helpful to support the community, thanks a lot.


0 additional answers

Sort by: Most helpful