{ "opencollection": "1.0.0", "info": { "name": "Amazon Rekognition Celebrity Recognition Stored Video Analysis API", "version": "2016-06-27" }, "items": [ { "info": { "name": "Stored Video Analysis", "type": "folder" }, "items": [ { "info": { "name": "Amazon Rekognition Start Label Detection", "type": "http" }, "http": { "method": "POST", "url": "https://rekognition.amazonaws.com/#StartLabelDetection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Starts asynchronous detection of labels in a stored video." }, { "info": { "name": "Amazon Rekognition Get Label Detection", "type": "http" }, "http": { "method": "POST", "url": "https://rekognition.amazonaws.com/#GetLabelDetection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the label detection results of a Rekognition Video analysis started by StartLabelDetection." } ] } ], "bundled": true }