Unable to use Face API -Forbidden Error

Vyshak Vijayan 26 Reputation points
2022-07-23T17:50:03.143+00:00

I'm trying to experiment with the Face API cognitive service provided by Azure. I'm using the following C# code .

 public static IFaceClient Authenticate(string endpoint, string key)    
        {    
            return new FaceClient(new ApiKeyServiceClientCredentials(key)) { Endpoint = endpoint };    
        }    
  IFaceClient client = Authenticate("my endpoint", "mykey");    
  IList
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,388 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 42,206 Reputation points Microsoft Employee
    2022-07-25T11:29:55.13+00:00

    @Vyshak Vijayan Yes, currently the face API service access is limited based on eligibility and usage criteria in order to support our Responsible AI principles. Face service is only available to Microsoft managed customers and partners. Please use the Face Recognition intake form to apply for access.

    Please see the complete announcement on this page for more details. To summarize below, If you are planning to use the API as a new customer or existing customer you need to provide details in the above form for review and approval.

    New customers need to apply for access to use facial recognition operations in Azure Face API, Computer Vision, and Video Indexer. Existing customers have one year to apply and receive approval for continued access to the facial recognition services based on their provided use cases.

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.


0 additional answers

Sort by: Most helpful