Face Detection

FREEMIUM
By Goldware APIs | Updated a month ago | Visual Recognition
Health Check

N/A

README

Fast and Reliable Computer Vision

Our Face Detection API delivers fast and accurate computer vision at an unmatched price. We’ll handle all the machine learning, allowing you to integrate face detection capabilities into your product with minimal effort. Our scalable architecture and load balancing systems provide low latency and flexibility, allowing us to handle requests efficiently in times of high demand.

Provide an image as a URL and the API will return the bounding box of each detected face (top left and bottom right coords), along with a confidence rating.

Parameters

image - The URL of the image to be processed. Must be ‘image/jpeg’ or ‘image/png’. E.g. https://storage.googleapis.com/goldware/demo.jpg
range - Optimal range of the face detection mode. Default: long
     long is highly recommended for most images as short range may struggle to detect faces at medium/long distances. Use short if your images have a small number of very close range faces and you are getting false positive results.

Example Response

{
  "detected_faces": [
    {
      "bbox": {
        "x1": 410,
        "y1": 293,
        "x2": 508,
        "y2": 424
      },
      "confidence": 0.9999239444732666
    },
    {
      "bbox": {
        "x1": 1245,
        "y1": 209,
        "x2": 1340,
        "y2": 341
      },
      "confidence": 0.9997527003288269
    }
  ]
}
Followers: 0
API Creator:
Rapid account: Goldware AP Is
Goldware APIs
gold-apis
Log In to Rate API
Rating: 5 - Votes: 1