# Faces

> Index, search, detect, and compare faces (billable operations).

Source: https://sightradar.com/docs/api/faces

5 endpoints.

- [Index faces from a photo](/docs/api/faces/index-faces-from-a-photo): POST /v1/collections/{id}/index

- [Search a collection](/docs/api/faces/search-a-collection): POST /v1/collections/{id}/search

- [Search by a stored selfie point id](/docs/api/faces/search-by-a-stored-selfie-point-id): POST /v1/collections/{id}/search-by-id

- [Detect faces (no storage)](/docs/api/faces/detect-faces): POST /v1/detect

- [Compare two faces](/docs/api/faces/compare-two-faces): POST /v1/compare
