API referenceCollections
Collections
Create and manage face collections (the registry of your indexed photos).
9 endpoints.
List collections
GET /v1/collections
Create a collection
POST /v1/collections
Describe a collection
GET /v1/collections/{id}
Delete a collection (soft by default, restorable)
DELETE /v1/collections/{id}
Undo a soft collection delete
POST /v1/collections/{id}/restore
Undo a soft photo delete
POST /v1/collections/{id}/photos/{photoId}/restore
Get collection deletion status
GET /v1/collections/{id}/deletion
Collection metrics
GET /v1/collections/{id}/metrics
Delete one photo's faceprints (soft by default, restorable)
DELETE /v1/collections/{id}/photos/{photoId}
Last updated