Addons - Face Recognition
Face detection, recognition, and search capabilities
📄️ Data Handling
How FileSpin handles facial data — collection, storage, retention, security, and compliance.
📄️ Index Faces
Analyse, detect, extract, and index faces in an image. The method requires an `asset_id` in the path parameter to identify the image to analyze. The `POST` method also returns the asset ID of the image that was processed. `409` response indicates that an asset with the provided ID has been already processed.
📄️ Face Index Status
Retrieve the current status of the face indexing request by providing the `asset_id` in the path parameter.
📄️ Face Search
Search for faces in an image. The method requires the `image` parameter to perform the search. The `limit_per_page` parameter is optional and defaults to 30 if not provided. The method returns a list of assets that match the search criteria.
📄️ Paginated Search Results
Retrieve a paginated search result for up to 30 assets per page. The method requires the `page` and `search_id` parameters from the Face Search response to retrieve the results.
📄️ Delete Face Data
Delete all Face Data associated with the provided assets. It will not delete the `_filespin_fr_count` field in Asset Metadata.
📄️ Limitations
Known limitations of the Face Recognition & Search addon.