For the complete documentation index, see llms.txt. This page is also available as Markdown.

2.0.0

In this Version support for MongoDB has been added. In addition, the initial experimental endpoints based on SelphID 1:N have been replaced by the final endpoints.

Added

  • Support for MongoDB.

  • Endpoints to store data in the database.

Changed

  • The first SelphID-1:N-based endpoints become the final endpoints:

    • POST: /extract.

    • POST: /extract/template.

    • POST: /assets/upload.

    • GET: /assets/media/{UUID}.

    • POST: /faces.

    • PUT: /faces/{UUID}.

    • DELETE: /faces/{UUID}.

    • POST: /search/image/{GALLERY_ID}.

Last updated