{
"status": "fail",
"data": null,
"message": "Failed to perform face detection for the provided input. Your request has not been debited. Please check https:\/\/webit.re\/status for additional troubleshooting."
}
{
"status": "fail",
"data": null,
"message": "Failed to perform face detection for the provided input. Your request has not been debited. Please check https:\/\/webit.re\/status for additional troubleshooting."
}
Face 1
Face 2
{
"status": "success",
"data": {
"input_source": "url",
"faces": [
{
"face_id": 1,
"confidence": 0.9998114705085754,
"bounding_box": {
"start": {
"x": 36.476190476190474,
"y": 19.428571428571427
},
"end": {
"x": 55.23809523809524,
"y": 56.142857142857146
}
}
},
{
"face_id": 2,
"confidence": 0.9946877956390381,
"bounding_box": {
"start": {
"x": 51.04761904761905,
"y": 14.285714285714286
},
"end": {
"x": 70.85714285714286,
"y": 48.857142857142854
}
}
}
],
"faces_count": 2
},
"message": null
}
1
2
3
4
5
{
"status": "success",
"data": {
"input_source": "url",
"faces": [
{
"face_id": 1,
"confidence": 0.9999439716339111,
"bounding_box": {
"start": {
"x": 7.619047619047619,
"y": 16.285714285714285
},
"end": {
"x": 16,
"y": 30.571428571428573
}
}
},
{
"face_id": 2,
"confidence": 0.9999145269393921,
"bounding_box": {
"start": {
"x": 58.095238095238095,
"y": 22.857142857142858
},
"end": {
"x": 66.47619047619048,
"y": 36.285714285714285
}
}
},
{
"face_id": 3,
"confidence": 0.9994008541107178,
"bounding_box": {
"start": {
"x": 25.714285714285715,
"y": 13
},
"end": {
"x": 34.76190476190476,
"y": 29
}
}
},
{
"face_id": 4,
"confidence": 0.9988422989845276,
"bounding_box": {
"start": {
"x": 42.095238095238095,
"y": 9.285714285714286
},
"end": {
"x": 50.57142857142857,
"y": 22.428571428571427
}
}
},
{
"face_id": 5,
"confidence": 0.9937927722930908,
"bounding_box": {
"start": {
"x": 81.52380952380952,
"y": 0
},
"end": {
"x": 93.04761904761905,
"y": 11
}
}
}
],
"faces_count": 5
},
"message": null
}
1
2
3