action visagecloud_get_frame_image_using_get { label: "Get individual frame image" provider: visagecloud method: GET path: "/rest/v1.1/stream/frameImage" encoding: json input: { type: "object" properties: { accessKey: { type: "string" } secretKey: { type: "string" } streamId: { type: "string" } timestamp: { type: "string" } } required: ["accessKey", "secretKey", "streamId", "timestamp"] additionalProperties: false } output: { type: "object" additionalProperties: true } }