
이미지 파일에서 얼굴을 인식해 해당 좌표를 추출합니다.
REQUEST_TOO_LARGE 오류가 반환되며 과금되지 않습니다.
curl -k -X POST "https://apick.app/rest/face_detection" \
-H "CL_AUTH_KEY: $API_KEY" \
-F "image=@/C:/Users/user/Desktop/sample_img.png"
{
"data": {
"result": [
{
"landmark": [
[
429.3706970214844,
280.9442138671875
],
[
458.5393371582031,
280.26409912109375
],
[
443.2686462402344,
295.4951171875
],
[
433.3480224609375,
311.8315124511719
],
[
455.7586669921875,
311.30450439453125
]
],
"height": 472,
"width": 742,
"det_score": 0.8643505573272705,
"face_crop": [
[
424.3706970214844,
275.26409912109375
],
[
463.5393371582031,
316.8315124511719
]
]
}
],
"success": 1
},
"api": {
"success": true,
"cost": 3,
"ms": 475,
"pl_id": 108609
}
}