action fungenerators_post_barcode_decode { label: "post_barcode_decode" description: "Decode a Barcode image and return the cotents if successful" provider: fungenerators method: POST path: "/barcode/decode" encoding: form output: { type: "object" additionalProperties: true } }