Azure Face Liveness Detection API returning 404 – is v1.2 or v1.1-preview.1 supported in East US?

Niket Kumar Singh 600 Reputation points
2025-04-14T14:34:52.2333333+00:00

We are working on integrating Azure Face API – Liveness Detection in our solution and encountering persistent issues with the session creation and video upload endpoints.

Region: East US

  1. Endpoint Used:
    • https://xxxxxxxxxxxxxxxx/face/v1.2/detectLiveness-sessions
    • https://xxxxxxxxxxx.cognitiveservices.azure.com/face/v1.1-preview.1/liveness/detectLiveness/singleModal/sessions
      API Version attempted: v1.2 and v1.1-preview.1
           Error: { "code": "404", "message": "Resource not found" } }
      

Our subscription has "Face.LivenessDetection" listed under properties.capabilities.

We're using correct authentication headers and the v1.1-preview.1 API as mentioned in Microsoft documentation.

The REST API is returning a 404 error when hitting any of the Liveness Detection endpoints.

Questions:

  1. Is East US region supported for Liveness Detection?
  2. If not, which regions (e.g., West US, East US 2) currently support this preview feature?We have verified that: User's image Any official guidance or confirmation would be greatly appreciated
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
284 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.