API: GET /api/v1/photos
should also return face information
#4618
Labels
idea
Feedback wanted / feature request
GET /api/v1/photos
should also return face information
#4618
Describe what problem this solves and why this would be valuable to many users
I'm using the api to return a random photo at api/v1/photos. I would like to see the faces appearing in the photo.
When seeing the API, the faces are not returned in the response.
I can see the call at api/v1/photos/{uid} return faces, but it returns a number instead of the faces object.
It would be nice to return an array with the faces detected.
Thanks for your great effort! 😊
Describe the solution you'd like
Improve /api/v1/photos and /api/v1/photos/{uid} to return the faces object.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: