{ "opencollection": "1.0.0", "info": { "name": "Acuant ACAS (Cloud Service) Authentication Liveness API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Liveness", "type": "folder" }, "items": [ { "info": { "name": "Evaluate image for liveness", "type": "http" }, "http": { "method": "POST", "url": "https://us.acas.acuant.net/api/v1/liveness", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a selfie image for passive liveness detection. The API analyzes the image for presentation attack indicators and returns an assessment of whether a live person is depicted. Detects printed photos, masks, screen replays, deepfakes, and face-swap attacks." } ] } ], "bundled": true }