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
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
image
string
Name of the user
min_score
string
Age of the user
search_mode
string
collection_id
string
max_results
string
Body Example
Response
Last updated