{ "opencollection": "1.0.0", "info": { "name": "Amazon Rekognition Celebrity Recognition Facial Analysis API", "version": "2016-06-27" }, "items": [ { "info": { "name": "Facial Analysis", "type": "folder" }, "items": [ { "info": { "name": "Amazon Rekognition Detect Faces", "type": "http" }, "http": { "method": "POST", "url": "https://rekognition.amazonaws.com/#DetectFaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Detects faces within an image and returns detailed facial attributes for each detected face." }, { "info": { "name": "Amazon Rekognition Compare Faces", "type": "http" }, "http": { "method": "POST", "url": "https://rekognition.amazonaws.com/#CompareFaces", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Compares a face in the source input image with each face detected in the target input image." } ] } ], "bundled": true }