Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
161 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Please how can I integrate the face API into my own API using Node?
You can find the Azure Face documentation here. https://learn.microsoft.com/en-us/azure/cognitive-services/face/
The quick start quide is available for C#, Javascript, Python and Rest. You can use the samples based on Javascript or use Rest to use in your Nodejs application.
Hope this helps