
이미지 파일이 NSFW(Not Safe For Work, 폭력적이거나 선정적임) 이미지인지 탐지합니다.
curl -k -X POST "https://apick.app/rest/nsfw_detection" \
-H "CL_AUTH_KEY: $API_KEY" \
-F "image=@/C:/Users/user/Desktop/sample_img.png"
{
"data": {
"nsfw_score": 0.128645
},
"api": {
"success": true,
"cost": 10,
"ms": 60,
"pl_id": 25759686
}
}