API SuiteFace & Biometrics (ML)
Selfie Segmentation
This API detects any Face in an image and uses a gray filter for the background to return the segmented selfie
Try itLoading playground…
Loading…
AuthorizationBearer <token>
JWT Bearer token authentication. Obtain a token from the KwikID dashboard.
In: header
filestring
unique_id?string
Response Body
curl -X POST "https://__mock__/selfie_segmentation" \ -F file="string"{
"result": "string"
}{
"detail": {
"<location>": {
"<field_name>": [
"string"
]
}
},
"message": "string"
}{
"detail": {},
"message": "string"
}