Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
165 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Does the Face API accept a base64 image?
Hi, Face Detect API supports binary image in base 64 format. Ensure to use 'application/octet-stream' as Content-Type. Here's the Face API reference document.