Face analysis
POST {{ask-filerobot-server}}/regenerate/face-analysis
Trigger face analysis for UUIDs in JSON body. The following information is included for each detected face:
- bounding box
- facial landmarks
- expression classification
- ethnicity classification
- age estimation
- gender classification
Request Body
{"uuids"=>["70b62e21-bf44-5dbc-b9ec-3a0529650000"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Filerobot-Token | string | Filerobot project identifier, aka token | |
Filerobot-Key | string | Filerobot API key |
RESPONSES
status: Created
{"status":"success","version":"2.9.4","result":"Triggered regeneration process for 'face-analysis'","elements":1,"uuids":["70b62e21-bf44-5dbc-b9ec-3a0529650000"]}