action visagecloud_perform_recognition_using_post { label: "Perform labeled recognition on a given picture or picture URL" provider: visagecloud method: POST path: "/rest/v1.1/analysis/recognition" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } algorithmVersion: { type: "string" } attributeFilters: { type: "string" } autoRotate: { type: "string" } collectionId: { type: "string" } filters: { type: "string" } labels: { type: "string" } options: { type: "string" } pictureURL: { type: "string" } retentionTime: { type: "string" } secretKey: { type: "string" } "skipEXIF rotation processing": { type: "string" } storeAnalysisPicture: { type: "string" } storeFacePictures: { type: "string" } storeResult: { type: "string" } waitForPictureUpload: { type: "string" } } required: ["accessKey", "collectionId", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }