Face Detect
Service for Detecting a Face within an Image.
POST -
https://api.verifik.co/v2/face-recognition/detect
The Face Detection API allows you to detect faces within an image. It analyzes the provided image and returns information about the detected faces, including their coordinates, landmarks, and detection scores.
collection_id
For the service to work correctly, a parameter called collection_id must be provided. This parameter is obtained when creating a new collection with the name "code." Here is an example of a collection creation response:
Implementation
Headers
Body
Body Example
Response
Last updated