> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/rest-api/midapi-v2/face-collections.md).

# Face Collections

A **face collection** It is a set of registered faces on which 1:N searches are performed.

Collection management does not handle assets. Face registration and search do, and they accept both inline content and key reference. The Flow by reference is in [Common Flow](/docs.facephi-en/rest-api/midapi-v2/flujo-comun.md).

#### Available services

* [**Get Collections**](/docs.facephi-en/rest-api/midapi-v2/face-collections/get-collections.md): Lists the consumer's collections.
* [**Create Collection**](/docs.facephi-en/rest-api/midapi-v2/face-collections/create-collection.md): Creates a collection.
* [**Delete Collection**](/docs.facephi-en/rest-api/midapi-v2/face-collections/delete-collection.md): Deletes a collection.
* [**Register Face**](/docs.facephi-en/rest-api/midapi-v2/face-collections/register-face.md): Registers a face in a collection.
* [**Search Face**](/docs.facephi-en/rest-api/midapi-v2/face-collections/search-face.md): Searches for a face in a collection and returns the best match.
* [**Remove Face**](/docs.facephi-en/rest-api/midapi-v2/face-collections/remove-face.md): Deletes a face from a collection.
