Authorizations
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".
Body
application/json
Body
Provide the assets for face detection
Confidence threshold for filtering detected faces.
- Higher values (e.g., 0.9) include only faces detected with high certainty, reducing false positives.
- Lower values (e.g., 0.3) include more faces, but may increase the chance of incorrect detections.
Required range:
0 <= x <= 1Must be a multiple of 0.05Example:
0.5
Response
200
The id of the task. Use this value in the get face detection details API to get the details of the face detection task.
Example:
"uuid-example"
The credits charged for the task.