Detect all face entities

POST {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/entities/faces/detect

Detects all faces in an uploaded image.

Request Body

{"model"=>"{{modelName}}", "image"=>{"data"=>"{{imageOne}}", "area"=>{"top"=>0, "left"=>0, "width"=>1000, "height"=>1000}, "autoRotate"=>true, "returnDetails"=>{"position"=>true, "angle"=>true, "landmarks"=>true, "quality"=>true, "attributes"=>true}}}

RESPONSES

status: OK

{"model":"JCV_FACE_K25000","count":2}