{ "opencollection": "1.0.0", "info": { "name": "OpenCV Face Recognition Collections Persons API", "version": "2026.07.15.0759" }, "items": [ { "info": { "name": "Persons", "type": "folder" }, "items": [ { "info": { "name": "Get Person", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/person/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Person" }, { "info": { "name": "Delete Person", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/person/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete Person" }, { "info": { "name": "Get Persons", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/persons", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Persons" }, { "info": { "name": "Modify Persons", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/persons", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Modify Persons" }, { "info": { "name": "Create Person", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/person", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create Person" }, { "info": { "name": "Update Person", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/person", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update Person" }, { "info": { "name": "Create Person From Crops Obtained Using Detect End Point", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/person/crops", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create Person From Crops Obtained Using Detect End Point" }, { "info": { "name": "Add Thumbnails From Images", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/person/images", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Add Thumbnails From Images" }, { "info": { "name": "Update Person And Add New Images While Removing Old Ones", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/person/images", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update Person And Add New Images While Removing Old Ones" }, { "info": { "name": "Delete An Existing Thumbnail", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/person/image/:person_id/:thumbnail_id", "params": [ { "name": "person_id", "value": "", "type": "path" }, { "name": "thumbnail_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete An Existing Thumbnail" }, { "info": { "name": "Get Persons In Collection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/persons/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "name": "skip", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Persons In Collection" } ] } ], "bundled": true }