action visagecloud_map_faces_to_profile_using_post { label: "Adds (maps) a list of faces, identified by faceHashes, to a profile, identified by profileId" provider: visagecloud method: POST path: "/rest/v1.1/profile/map" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionId: { type: "string" } faceHashes: { type: "string" } profileId: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "faceHashes", "profileId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }