I'm trying to develop a power app with an option to click an image, send it to Face API, and display face attributes on power app page. Is it even possible and if yes, please point me to some documentation on how to do it.
Thanks,
Satish
There are few ways you can use Face API from Power Apps
1. You can use Face API connector in the Power Apps.
Reference: https://docs.microsoft.com/en-us/connectors/faceapi/
Note: The connector is in preview. Changes in the trigger/actions may happen. Not advised to use in Production.
2. Face API exposes REST API:
By using Power Automate's HTTP action, you can make calls to these REST API as well.
https://docs.microsoft.com/en-us/rest/api/face/
You may need to check how heavily the application will be used and plan it based on the throttling limits.
Regards
Krishna Rachakonda
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473