{"info":{"_postman_id":"ff4acaa6-9558-4224-b994-b07cf18f60da","name":"Luxand.Cloud","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1485228","collectionId":"ff4acaa6-9558-4224-b994-b07cf18f60da","publishedId":"UVeCR95R","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-28T13:57:53.000Z"},"item":[{"name":"Person","item":[{"name":"Faces","item":[{"name":"Add Face to the Person","id":"5e280ffb-5b4f-4c4c-a3e3-7b06789bacf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photos","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Desktop/Screenshot 2024-03-04 at 2.14.28 PM.png"],"value":null},{"key":"store","value":"1","type":"text"}]},"url":"https://api.luxand.cloud/v2/person/:uuid","description":"<p>This endpoint allows you to add faces to an existing person in the Luxand Cloud. You need to provide the person's unique identifier (UUID) and the photo(s) to be added. Optionally, you can specify whether the photos should be stored.</p>\n","urlObject":{"path":["v2","person",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"f6465218-da49-11ee-87a5-0242ac130005","key":"uuid"}]}},"response":[],"_postman_id":"5e280ffb-5b4f-4c4c-a3e3-7b06789bacf5"},{"name":"List faces of the person","id":"45ac50b4-7159-420d-88e0-f949245a007c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/v2/person/:uuid","description":"<p>This endpoint retrieves a list of faces associated with a specific person in the Luxand Cloud, identified by their unique UUID.</p>\n","urlObject":{"path":["v2","person",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"45ac50b4-7159-420d-88e0-f949245a007c"},{"name":"Update face image","id":"c966d3e8-26b2-493e-bb8f-bf594d98798f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Desktop/Screenshot 2023-03-25 at 18.32.42 2.png"],"value":null},{"key":"store","value":"1","type":"text"}]},"url":"https://api.luxand.cloud/person/:uuid/:face_uuid","description":"<p>This endpoint updates an existing face image for a specific person in the Luxand Cloud. You need to provide the person's unique identifier (UUID) and the face's unique identifier (face_uuid), along with the new photo.</p>\n","urlObject":{"path":["person",":uuid",":face_uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"d397dc18-41f0-11ee-86d3-0242ac120002","key":"uuid"},{"type":"any","value":"d380e4b7-41f0-11ee-86d3-0242ac120002","key":"face_uuid"}]}},"response":[],"_postman_id":"c966d3e8-26b2-493e-bb8f-bf594d98798f"},{"name":"Delete Face of the Person","id":"53785bdc-2c14-46f2-aba9-f1789cc8fc11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/person/:uuid/:face_uuid","description":"<p>This endpoint deletes a specific face image associated with a person in the Luxand Cloud. You need to provide the person's unique identifier (UUID) and the face's unique identifier (face_uuid) to delete the face image.</p>\n","urlObject":{"path":["person",":uuid",":face_uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"},{"type":"any","value":"","key":"face_uuid"}]}},"response":[],"_postman_id":"53785bdc-2c14-46f2-aba9-f1789cc8fc11"}],"id":"5a904a95-5198-4a6f-9b10-596d6ee55f2b","_postman_id":"5a904a95-5198-4a6f-9b10-596d6ee55f2b","description":""},{"name":"Collections","item":[{"name":"Create collection","id":"7398306d-7dd1-443d-be6e-f91e8a53760f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"}]},"url":"https://api.luxand.cloud/collection","description":"<p>This endpoint creates a new collection of persons in the Luxand Cloud. Collections are used to group and manage persons efficiently. You need to provide a name for the collection.</p>\n","urlObject":{"path":["collection"],"host":["https://api.luxand.cloud"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"7398306d-7dd1-443d-be6e-f91e8a53760f"},{"name":"List collections","id":"021539e8-2551-4444-b055-9c115649aa9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"url":"https://api.luxand.cloud/collection","description":"<p>This endpoint retrieves a list of all collections of persons in the Luxand Cloud. Each collection groups and manages persons efficiently.</p>\n","urlObject":{"path":["collection"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"021539e8-2551-4444-b055-9c115649aa9f"},{"name":"Get collection info","id":"4352859c-5e77-4f3c-a870-e7eaf552c982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"url":"https://api.luxand.cloud/collection/:uuid","description":"<p>This endpoint retrieves information about a specific collection of persons in the Luxand Cloud. You need to provide the unique identifier (UUID) of the collection.</p>\n","urlObject":{"path":["collection",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"4352859c-5e77-4f3c-a870-e7eaf552c982"},{"name":"Update collection name","id":"1505ff2c-11c4-4ab7-a4e8-d040902eb0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"}]},"url":"https://api.luxand.cloud/collection/:uuid","description":"<p>This endpoint updates the name of a specific collection of persons in the Luxand Cloud. You need to provide the unique identifier (UUID) of the collection and the new name for the collection.</p>\n","urlObject":{"path":["collection",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"1505ff2c-11c4-4ab7-a4e8-d040902eb0f6"},{"name":"Delete collection","id":"e0a14d78-c47d-4175-8efb-cd66488e8061","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/collection/:uuid","description":"<p>This endpoint deletes a specific collection of persons in the Luxand Cloud. You need to provide the unique identifier (UUID) of the collection to be deleted.</p>\n","urlObject":{"path":["collection",":uuid"],"host":["https://api.luxand.cloud"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"e0a14d78-c47d-4175-8efb-cd66488e8061"},{"name":"Add person to the collection","id":"967caa52-94ff-47f6-a427-977d06531164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"person_uuid","value":"","type":"text"}]},"url":"https://api.luxand.cloud/collection/:uuid/person","description":"<p>This endpoint adds a specific person to a collection in the Luxand Cloud. You need to provide the unique identifier (UUID) of the collection and the unique identifier of the person to be added.</p>\n","urlObject":{"path":["collection",":uuid","person"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"967caa52-94ff-47f6-a427-977d06531164"},{"name":"Remove person from the collection","id":"9be346b4-79ac-4ba4-b98f-245b0e27250c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/collection/:uuid/person/:person_uuid","description":"<p>This endpoint removes a specific person from a collection in the Luxand Cloud. You need to provide the unique identifier (UUID) of the collection and the unique identifier of the person to be removed.</p>\n","urlObject":{"path":["collection",":uuid","person",":person_uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"bd5051ba-d1b7-11ee-8061-0242ac160003","key":"uuid"},{"type":"any","value":"c4eabf1e-d198-11ee-8061-0242ac160003","key":"person_uuid"}]}},"response":[],"_postman_id":"9be346b4-79ac-4ba4-b98f-245b0e27250c"}],"id":"252e2847-eced-497a-b8b8-eac6788d4807","_postman_id":"252e2847-eced-497a-b8b8-eac6788d4807","description":""},{"name":"Enroll a Person","id":"0995fda1-aa9b-4491-89fb-8b17a7748ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The name of the person</p>\n","key":"name","type":"text","value":""},{"description":"<p>One or more photos of the person (accuracy increases with the number of photos)</p>\n","key":"photos","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Library/Mobile Documents/com~apple~CloudDocs/01116-index (1).jpg"],"src":"/Users/alexanderboikov/Library/Mobile Documents/com~apple~CloudDocs/01116-index (1).jpg"},{"description":"<p>(Optional) 1 to store the photo, 0 not to store it. Default is 1, meaning the photo will be stored.</p>\n","key":"store","type":"text","value":"1"},{"key":"collections","value":"","description":"<p>(Optional) Collection names or UUIDs, separated by commas</p>\n","type":"text"},{"key":"unique","value":"0","description":"<p>(Optional) Check for the uniqueness of the face and the name. Default is 0, meaning no check.</p>\n","type":"text"}]},"url":"https://api.luxand.cloud/v2/person","description":"<p>This endpoint enrolls a person in the database, allowing for the immediate upload of multiple face images to enhance recognition accuracy. Users can also specify collections in which to place the person, facilitating organized and efficient management of individuals within the system. This functionality is foundational for applications that require personalized face recognition and tracking.</p>\n","urlObject":{"path":["v2","person"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"0995fda1-aa9b-4491-89fb-8b17a7748ead"},{"name":"Retrieve Person Details","id":"b25d5ff3-7b7f-4aaf-a4a8-e27b01be7fc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/v2/person/:uuid","description":"<p>This endpoint retrieves the details of an enrolled person in the database, identified by the given UUID. It provides information such as the name, stored face photographs, and associated collections. This functionality allows for easy access and management of individual profiles within the system, supporting various applications in identity management and personalization.</p>\n","urlObject":{"path":["v2","person",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":null,"key":"uuid"}]}},"response":[],"_postman_id":"b25d5ff3-7b7f-4aaf-a4a8-e27b01be7fc1"},{"name":"Rename Person in Database","id":"ded15fd1-ad18-4fb0-b706-de0cae85af67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"description":"<p>The name of the person</p>\n","key":"name","type":"text","value":""}]},"url":"https://api.luxand.cloud/person/:uuid","description":"<p>This endpoint allows for the renaming of an enrolled person in the database, identified by the given UUID. It provides the ability to update the name associated with the individual's profile, facilitating accurate and up-to-date record keeping within the system. This functionality is essential for maintaining organized and coherent identity management.</p>\n","urlObject":{"path":["person",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"ded15fd1-ad18-4fb0-b706-de0cae85af67"},{"name":"List Persons in Database","id":"51d925f1-8d62-4424-9b5f-eef083582d32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/v2/person","description":"<p>This endpoint retrieves a list of all enrolled persons in the database. It provides an overview of the individuals, allowing for efficient navigation and management of the profiles within the system. This functionality is useful for applications that require bulk handling or overview of multiple identities, such as in administrative or analytical tasks.</p>\n","urlObject":{"path":["v2","person"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"51d925f1-8d62-4424-9b5f-eef083582d32"},{"name":"Delete Person from Database","id":"03b4206b-b397-4691-8ba9-f0c7885b201c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/person/:uuid","description":"<p>This endpoint deletes an enrolled person from the database, identified by the given UUID. It allows for the removal of an individual's profile, including all associated face photographs and collection memberships. This functionality is essential for maintaining data integrity and compliance with data retention policies, as well as for managing the lifecycle of identities within the system.</p>\n","urlObject":{"path":["person",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"03b4206b-b397-4691-8ba9-f0c7885b201c"},{"name":"Delete All Persons from Database","id":"add123df-be60-471a-b305-f671258b307a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"url":"https://api.luxand.cloud/person","description":"<p>This endpoint deletes all enrolled persons from the database. It provides a way to remove all individual profiles, including their associated face photographs and collection memberships. This functionality can be used for system resets, data cleanup, or compliance with specific data handling requirements, and should be used with caution due to its broad impact on the stored data.</p>\n","urlObject":{"path":["person"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"add123df-be60-471a-b305-f671258b307a"}],"id":"b155e605-ec15-4ff3-ab7b-456501475a22","_postman_id":"b155e605-ec15-4ff3-ab7b-456501475a22","description":""},{"name":"Photos","item":[{"name":"Galleries","item":[{"name":"Create Photo Gallery","id":"33568257-c58c-4eef-a9f6-0951e725a708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"}]},"url":"https://api.luxand.cloud/gallery","description":"<p>This method allows you to create a new photo gallery by specifying a name for it. The name of the gallery should be provided in the request body as form data.</p>\n","urlObject":{"path":["gallery"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"33568257-c58c-4eef-a9f6-0951e725a708"},{"name":"Get Gallery List","id":"26cefa29-859f-408e-ad88-7cb612b9cd49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"url":"https://api.luxand.cloud/gallery","description":"<p>This method enables you to retrieve a list of all photo galleries that belong to the authenticated user. The method will return an array of gallery objects.</p>\n","urlObject":{"path":["gallery"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"26cefa29-859f-408e-ad88-7cb612b9cd49"},{"name":"List Photos in the Gallery","id":"9f7dffd8-1f05-4602-8bd4-251c04eb566f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"url":"https://api.luxand.cloud/gallery/:uuid","description":"<p>This method helps you to list all the photos that are present in a specific gallery. The response will be an array of photo objects associated with the gallery.</p>\n","urlObject":{"path":["gallery",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"43c3335b-472d-11ee-a9cf-0242ac130002","key":"uuid"}]}},"response":[],"_postman_id":"9f7dffd8-1f05-4602-8bd4-251c04eb566f"},{"name":"Rename Gallery","id":"8018cc8c-b0e3-46b3-ac80-2ab84a72a8a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"}]},"url":"https://api.luxand.cloud/gallery/:uuid","description":"<p>This method allows for changing the name of an existing photo gallery. The new name for the gallery should be supplied in the request body as form data.</p>\n","urlObject":{"path":["gallery",":uuid"],"host":["https://api.luxand.cloud"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"97a528d1-d4e2-11ee-8b13-0242ac130003","key":"uuid"}]}},"response":[],"_postman_id":"8018cc8c-b0e3-46b3-ac80-2ab84a72a8a3"},{"name":"Add Photo to the Gallery","id":"a3da5472-0b19-4a48-b8c9-9f092213d430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Wedding photos ","type":"text"}]},"url":"https://api.luxand.cloud/gallery/:uuid/:image_uuid","description":"<p>This method facilitates the addition of a photo to an existing gallery. It uses the POST HTTP method and the endpoint is <code>/gallery/:uuid/:image_uuid</code>, with <code>:uuid</code> being the unique identifier of the gallery and <code>:image_uuid</code> being the unique identifier of the image.</p>\n","urlObject":{"path":["gallery",":uuid",":image_uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":null,"key":"uuid"},{"type":"any","value":null,"key":"image_uuid"}]}},"response":[],"_postman_id":"a3da5472-0b19-4a48-b8c9-9f092213d430"},{"name":"Delete Photo from the Gallery","id":"e9e7952c-8216-45d9-ac85-4cda2195703e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Wedding photos ","type":"text"}]},"url":"https://api.luxand.cloud/gallery/:uuid/:image_uuid","description":"<p>This method allows you to remove a photo from an existing gallery. It utilizes the DELETE HTTP method and the endpoint for this request is <code>/gallery/:uuid/:image_uuid</code>, where <code>:uuid</code> and <code>:image_uuid</code> are the unique identifiers for the gallery and the image, respectively. An API token must be included in the request header for authentication.</p>\n","urlObject":{"path":["gallery",":uuid",":image_uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"5ac12d5e-4721-11ee-a9cf-0242ac130002","key":"uuid"},{"type":"any","value":"756e5649-39dd-11ee-99b1-0242ac130002","key":"image_uuid"}]}},"response":[],"_postman_id":"e9e7952c-8216-45d9-ac85-4cda2195703e"}],"id":"3472d09f-436f-43dd-a964-4ba9d08399fa","_postman_id":"3472d09f-436f-43dd-a964-4ba9d08399fa","description":""},{"name":"Add Photo to the Database","id":"a9b4a4ee-da2f-4da6-a412-7af66bb2f8fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","value":null},{"key":"gallery","value":"Wedding 2022","description":"<p>(Optional) Specify the gallery name to place the photo into a specific gallery</p>\n","type":"text"}]},"url":"https://api.luxand.cloud/photo","description":"<p>Use this endpoint to upload a new photo to the database. This method allows you to simultaneously assign the uploaded photo to one or more existing galleries for efficient organization. Make sure to specify the file path and gallery names in the request body.</p>\n","urlObject":{"path":["photo"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9b4a4ee-da2f-4da6-a412-7af66bb2f8fe"},{"name":"List Photos","id":"1e268ae0-7218-4303-be28-fe7389a83e11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"url":"https://api.luxand.cloud/photo","description":"<p>Retrieve a comprehensive list of all photos stored in the database. This endpoint returns essential metadata for each photo, providing an organized view of your digital assets.</p>\n","urlObject":{"path":["photo"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e268ae0-7218-4303-be28-fe7389a83e11"},{"name":"Delete Photo","id":"c31b3abf-b55b-4c56-a30d-499430eb1de2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"url":"https://api.luxand.cloud/photo/:uuid","description":"<p>Remove a specific photo from the database using its unique ID. This action is irreversible, so ensure to handle it with caution.</p>\n","urlObject":{"path":["photo",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":null,"key":"uuid"}]}},"response":[],"_postman_id":"c31b3abf-b55b-4c56-a30d-499430eb1de2"},{"name":"Search the Person in the Gallery","id":"7129d84e-3ca4-45b1-b57e-23999bc1cf4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","value":null},{"key":"gallery","value":"43c3335b-472d-11ee-a9cf-0242ac130002","description":"<p>(Optional) Specify the gallery name to narrow down the search</p>\n","type":"text"},{"key":"all","value":"1","description":"<p>(Optional) Use 1 to find all the photos with this person</p>\n","type":"text"}]},"url":"https://api.luxand.cloud/photo/search2","description":"<p>Implement facial recognition features in your application with this endpoint. By submitting a photo containing the person of interest, you can search through the database to find matching individuals. If you want to narrow down the search to specific galleries, use the <code>gallery</code> variable in the request body. Here, you can specify the UUIDs or names of the galleries, separated by commas, to focus the search only within those collections.</p>\n","urlObject":{"path":["photo","search2"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"7129d84e-3ca4-45b1-b57e-23999bc1cf4c"}],"id":"904bff41-1fc6-4793-b1d8-bf698e77c197","_postman_id":"904bff41-1fc6-4793-b1d8-bf698e77c197","description":""},{"name":"System","item":[{"name":"Get request statistics","id":"6c134548-9813-4919-93a8-986e72751939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.luxand.cloud/user/statistics?token={{api-token}}","urlObject":{"path":["user","statistics"],"host":["https://api.luxand.cloud"],"query":[{"key":"token","value":"{{api-token}}"}],"variable":[]}},"response":[],"_postman_id":"6c134548-9813-4919-93a8-986e72751939"}],"id":"6c3c7f2d-cf74-492e-a335-eee240c3ad4b","_postman_id":"6c3c7f2d-cf74-492e-a335-eee240c3ad4b","description":""},{"name":"Attendance System","item":[{"name":"Check-in","id":"84e8e4f2-5d83-41c4-a583-31872ab717dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","value":null},{"key":"room","value":"c7a32eac-db30-11ee-8061-0242ac160003","description":"<p>Room name or UUID</p>\n","type":"text"}]},"url":"https://api.luxand.cloud/attendance/check/in","description":"<p>Registers the entry time for an individual, marking the beginning of their presence.</p>\n","urlObject":{"path":["attendance","check","in"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"84e8e4f2-5d83-41c4-a583-31872ab717dc"},{"name":"Check-out","id":"a4b8c383-9146-411c-b273-5c76468a242e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","src":"/Users/alexanderboikov/Library/Mobile Documents/com~apple~CloudDocs/01116-index (1).jpg"},{"key":"room","value":"237602cf-e844-11ee-8061-0242ac160003","type":"text"}]},"url":"https://api.luxand.cloud/attendance/check/out","description":"<p>Records the departure time for an individual, marking the end of their presence.</p>\n","urlObject":{"path":["attendance","check","out"],"host":["https://api.luxand.cloud"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"a4b8c383-9146-411c-b273-5c76468a242e"},{"name":"Get Individual Presence","id":"10cbcf92-7599-459f-8431-eb2066f0b1a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/attendance/subject/:uuid/presence?room=&from&till","description":"<p>Provides a list of individuals, added using the \"Enroll a Person\" method, who were present in a room created using the \"Add a Room\" method during the selected dates, facilitating tracking of attendance or participation.</p>\n","urlObject":{"path":["attendance","subject",":uuid","presence"],"host":["https://api.luxand.cloud"],"query":[{"description":{"content":"<p>Room name or UUID</p>\n","type":"text/plain"},"key":"room","value":""},{"description":{"content":"<p>Date from which we want to get presence (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"from","value":null},{"description":{"content":"<p>Date until which we want to get presence (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"till","value":null}],"variable":[{"description":{"content":"<p>UUID of the person, created by the \"Enroll a Person\" method</p>\n","type":"text/plain"},"type":"any","value":"47e079e0-d349-11ee-8b13-0242ac130003","key":"uuid"}]}},"response":[],"_postman_id":"10cbcf92-7599-459f-8431-eb2066f0b1a7"},{"name":"View Presence by Date","id":"e238f0a3-8f1e-4488-9725-05fd591334aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/attendance/room/:uuid/presence?from=2024-02-24&till=2024-02-24","description":"<p>Provides a list of individuals who were present during the selected dates, facilitating tracking of attendance or participation.</p>\n","urlObject":{"path":["attendance","room",":uuid","presence"],"host":["https://api.luxand.cloud"],"query":[{"description":{"content":"<p>Date from which we want to get presence (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"from","value":"2024-02-24"},{"description":{"content":"<p>Date until which we want to get presence (format YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"till","value":"2024-02-24"}],"variable":[{"description":{"content":"<p>UUID of the room, created by the \"Add Room\" method</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"e238f0a3-8f1e-4488-9725-05fd591334aa"},{"name":"View Current Presence","id":"27854ed4-9e2e-42d2-884a-e5d8813328fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/attendance/room/:uuid/presence","description":"<p>Provides a list of individuals, added using the \"Enroll a Person\" function and present in a room created using the \"Add a Room\" method, who are currently inside the premises, allowing for real-time monitoring of presence.</p>\n","urlObject":{"path":["attendance","room",":uuid","presence"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"description":{"content":"<p>UUID of the room, created by the \"Add Room\" method</p>\n","type":"text/plain"},"type":"any","value":"4814b3ba-d3ee-11ee-8b13-0242ac130003","key":"uuid"}]}},"response":[],"_postman_id":"27854ed4-9e2e-42d2-884a-e5d8813328fd"},{"name":"Add a Room","id":"de1b396f-c413-4794-a86c-0d3b82f53b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Classroom","type":"text"},{"key":"timezone","value":"US/Pacific","type":"text"}]},"url":"https://api.luxand.cloud/attendance/room","description":"<p>Creates a new room or designated area in the system, allowing for specific presence tracking within that space.</p>\n","urlObject":{"path":["attendance","room"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"de1b396f-c413-4794-a86c-0d3b82f53b80"},{"name":"List Rooms","id":"a9dc8281-0dd5-4077-8676-0968a972e059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/attendance/room","description":"<p>Provides a list of all rooms that have been created using the \"Add a Room\" method.</p>\n<p>This function helps in managing and monitoring different rooms within the premises, enabling efficient tracking of spaces and their usage.</p>\n","urlObject":{"path":["attendance","room"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9dc8281-0dd5-4077-8676-0968a972e059"},{"name":"Delete Room","id":"18886916-a043-4e5a-ae67-ae238a09ae15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{api-token}}","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.luxand.cloud/attendance/room/:uuid","description":"<p>Removes an existing room or designated area from the system, ceasing presence tracking within that space.</p>\n","urlObject":{"path":["attendance","room",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"type":"any","value":"8446db8e-d347-11ee-8b13-0242ac13000","key":"uuid"}]}},"response":[],"_postman_id":"18886916-a043-4e5a-ae67-ae238a09ae15"}],"id":"7f06b9cc-1b70-4bf2-a03c-ac0095948ed9","_postman_id":"7f06b9cc-1b70-4bf2-a03c-ac0095948ed9","description":""},{"name":"Recognize People in a Photo","id":"a5a4300d-4e22-4c8b-8715-a9c06c086e45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Library/Mobile Documents/com~apple~CloudDocs/3c423ce532f930946147dd55ec019905a50aec35Single.jpeg"],"value":null},{"key":"collections","value":"","description":"<p>(Optional) Names or UUIDs of the collections you want to search for people, separated by commas</p>\n","type":"text"}]},"url":"https://api.luxand.cloud/photo/search/v2","description":"<p>This endpoint recognizes one or more individuals in a submitted photograph, using the information from people previously created with the \"Enroll a Person\" method.</p>\n<p>You can specify a collection of people to search through, enabling the identification of specific individuals within particular groups or categories in the database.</p>\n","urlObject":{"path":["photo","search","v2"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5a4300d-4e22-4c8b-8715-a9c06c086e45"},{"name":"Verify Person in a Photo","id":"4ec53f9d-d226-4c94-bdb3-9f261742d7d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","value":null}]},"url":"https://api.luxand.cloud/photo/verify/:uuid","description":"<p>This endpoint compares an individual in a submitted photograph with a person in the database who was previously added using the \"Enroll a Person\" method.</p>\n<p>It then provides a decision on whether the person in the photo is the same individual as the one in the database, enabling identity verification and other related applications.</p>\n","urlObject":{"path":["photo","verify",":uuid"],"host":["https://api.luxand.cloud"],"query":[],"variable":[{"description":{"content":"<p>Unique id for the person being compared to the face in the photo</p>\n","type":"text/plain"},"type":"any","value":"","key":"uuid"}]}},"response":[],"_postman_id":"4ec53f9d-d226-4c94-bdb3-9f261742d7d7"},{"name":"Recognize Emotions","id":"99f29360-f159-48b6-96d7-88da7c40a5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Library/Mobile Documents/com~apple~CloudDocs/3c423ce532f930946147dd55ec019905a50aec35Single.jpeg"],"value":null}]},"url":"https://api.luxand.cloud/photo/emotions","description":"<p>This endpoint recognizes individuals and their emotions in a submitted photograph. It provides the most likely emotion along with probabilities for other possible emotions, as well as the coordinates of the face. This functionality enables various applications in human-computer interaction, sentiment analysis, and more.</p>\n","urlObject":{"path":["photo","emotions"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"99f29360-f159-48b6-96d7-88da7c40a5a1"},{"name":"Detect Age and Gender","id":"9c1b252d-bf10-4a2d-809c-f1434eba65d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Downloads/fail1.jpeg"],"value":null}]},"url":"https://api.luxand.cloud/photo/detect","description":"<p>This endpoint analyzes a submitted photo to recognize specific attributes such as age, gender, and the coordinates of the face within the image. It provides detailed information about these characteristics, allowing for various applications in personalization and analytics.</p>\n","urlObject":{"path":["photo","detect"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c1b252d-bf10-4a2d-809c-f1434eba65d6"},{"name":"Compare Facial Similarity","id":"33b047db-4ec3-4d58-b8d6-ca2d6ed7af8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"face1","type":"file","description":"<p>Photo of the first person in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Desktop/Screenshot 2024-02-25 at 3.54.00 PM.png"],"value":null},{"key":"face2","description":"<p>Photo of the second person in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","type":"file","value":null},{"key":"threshold","value":"0.8","type":"text"}]},"url":"https://api.luxand.cloud/photo/similarity","description":"<p>This endpoint compares two faces and determines their similarity. It provides a decision on whether the faces are alike and, if so, quantifies the degree of resemblance. This functionality can be used in various applications such as identity verification, twin detection, or personalized marketing strategies.</p>\n","urlObject":{"path":["photo","similarity"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"33b047db-4ec3-4d58-b8d6-ca2d6ed7af8d"},{"name":"Detect Facial Landmarks","id":"63f0b01f-273e-4085-85c8-c486effef571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","value":null}]},"url":"https://api.luxand.cloud/photo/landmarks","description":"<p>This endpoint provides the coordinates of various points and features on a face within a submitted photograph, such as the nose, ears, chin, eyes, and more. It enables detailed facial analysis and can be used in applications like facial recognition, animation, virtual makeup, and other areas that require precise facial feature mapping.</p>\n","urlObject":{"path":["photo","landmarks"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"63f0b01f-273e-4085-85c8-c486effef571"},{"name":"Crop Faces in a Photo","id":"b339bfa2-d231-4390-9ef3-4a9c3a6974f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","description":"<p>Photo in JPG, PNG, or BMP format. You can upload a file or specify a URL to the image.</p>\n","value":null}]},"url":"https://api.luxand.cloud/photo/crop","description":"<p>This endpoint takes a submitted photograph and crops out only the faces, returning the individual face images. It can be used for creating avatars, processing documents, or any application where isolated face images are required.</p>\n","urlObject":{"path":["photo","crop"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"b339bfa2-d231-4390-9ef3-4a9c3a6974f2"},{"name":"Detect Liveness","id":"ed264be3-351f-4dd7-a39a-5a4c520e0c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{api-token}}","description":"<p>Obtain your API token here <a href=\"https://dashboard.luxand.cloud/token\">https://dashboard.luxand.cloud/token</a></p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"photo","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/alexanderboikov/Downloads/fail3.jpeg"],"value":null}]},"url":"https://api.luxand.cloud/photo/liveness/v2","description":"<p>This endpoint determines whether the subject in a submitted photograph is a live person or a forgery. It's designed to detect attempts at deception using photos and is essential for applications that require secure and authentic face recognition, such as in identity verification or access control systems.</p>\n<p>It utilizes passive liveness detection and is iBeta certified, ensuring that the technology meets rigorous standards for accuracy and reliability in biometric security.</p>\n","urlObject":{"path":["photo","liveness","v2"],"host":["https://api.luxand.cloud"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed264be3-351f-4dd7-a39a-5a4c520e0c6e"}],"event":[{"listen":"prerequest","script":{"id":"5fec3d96-e1a2-4ad1-9144-6bf83351751d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d7f7a767-ce08-4dab-aa3d-ae16b345c35b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.luxand.cloud","type":"string"}]}