FaceRect
FaceRect is a powerful and free API for face detection. It finds faces (both frontal and profile) on the image specified by URL or uploaded as a file and is able to find multiple faces on a single photo, producing JSON output with a bounding box for each face found. Check out visual demo here: http://apicloud.me/apis/facerect/demo/. Note that additionally FaceRect can find face features for each…
FaceRect endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Process Image URL /process-url.json |
Returns a JSON object that contains detected faces for the image specified by URL (visual demo: http://apicloud.me/apis/facerect/demo/) |
| POST |
Process Image File /process-file.json |
Returns a JSON object that contains detected faces for the uploaded image (visual demo: http://apicloud.me/apis/facerect/demo/) |
FaceRect pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|