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
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
- 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
andv1.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:
- Is East US region supported for Liveness Detection?
- If not, which regions (e.g., West US, East US 2) currently support this preview feature?We have verified that:
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
Sign in to answer