action visagecloud_counter_using_post { label: "Count individuals in streams or collections" provider: visagecloud method: POST path: "/rest/v1.1/analytics/counting" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } collectionIds: { type: "string" } endDateTime: { type: "string" } maxBatchIterations: { type: "string" } maxIterations: { type: "string" } mergingStep: { type: "string" } minNeighborsMergedPerIteration: { type: "string" } secretKey: { type: "string" } shuffling: { type: "string" } startDateTime: { type: "string" } streamIds: { type: "string" } visitDuration: { type: "string" } } required: ["accessKey", "secretKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }