action visagecloud_add_profile_using_post { label: "Creates a new profile with no faces associated to it (empty profile)" provider: visagecloud method: POST path: "/rest/v1.1/profile/profile" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } classificationAttributes: { type: "string" } collectionId: { type: "string" } details: { type: "string" } externalId: { type: "string" } labels: { type: "string" } screenName: { type: "string" } secretKey: { type: "string" } } required: ["accessKey", "collectionId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }