{ "opencollection": "1.0.0", "info": { "name": "OpenCV Face Recognition Collections API", "version": "2026.07.15.0759" }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "Get Collections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collections", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Collections" }, { "info": { "name": "Get Collections", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collections/:comma_separated_ids", "params": [ { "name": "comma_separated_ids", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Collections" }, { "info": { "name": "Get Collections For Person", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collections/person/:person_id", "params": [ { "name": "person_id", "value": "", "type": "path" }, { "name": "skip", "value": "", "type": "query" }, { "name": "take", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Collections For Person" }, { "info": { "name": "Create Collection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/collection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create Collection" }, { "info": { "name": "Update Collection", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/collection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update Collection" }, { "info": { "name": "Get Collection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/collection/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Get Collection" }, { "info": { "name": "Delete Collection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/collection/:collection_id", "params": [ { "name": "collection_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete Collection" }, { "info": { "name": "Add Person To A Collection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/collection/person", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Add Person To A Collection" }, { "info": { "name": "Update Collection Person Associations", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/collection/persons", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Update Collection Person Associations" }, { "info": { "name": "Remove Person From Collection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/collection/person/:collection_id/:person_id", "params": [ { "name": "collection_id", "value": "", "type": "path" }, { "name": "person_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Remove Person From Collection" } ] } ], "bundled": true }