{ "opencollection": "1.0.0", "info": { "name": "OpenCV Face Recognition Collections Face Verification API", "version": "2026.07.15.0759" }, "items": [ { "info": { "name": "Face Verification", "type": "folder" }, "items": [ { "info": { "name": "Compare Two Lists Of Images Of Same Person", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/compare", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Compare Two Lists Of Images Of Same Person" }, { "info": { "name": "Compare Live Face To Gallery Images Of Same Person", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/compare-live-face", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Compare Live Face To Gallery Images Of Same Person" } ] } ], "bundled": true }