Skip to content

API for faces #884

Answered by marcelklehr
JeCheeseSmith asked this question in Q&A
Jun 16, 2023 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @JeCheeseSmith 👋

You can use the WebDAV API. It is sadly not documented yet, but here's a quick overview

  • remote.php/dav/recognize/<username>/faces/
    • contains the people folders, named with the name you gave them in the UI
  • remote.php/dav/recognize/<username>/faces/<facename>/
  • contains the photos for this person
  • has the following additional properties:
    • nc:nbItems - the number of photos
    • nc:face-preview-image - a json struct with information about the preview image for this person
  • remote.php/dav/recognize/<username>/faces/<facename>/<xxx-filename>.jpg
    * the photo
    * has the following aditional properties:
    • nc:face-detections - a json struct containing information about the faces dete…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@JeCheeseSmith
Comment options

Answer selected by JeCheeseSmith
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants