QR-Code Generator
This demo calls an n8n workflow template that listens for POST
requests on /webhook/qrcode
, forwards the data
field to generate the image, then streams that binary back through a Respond to Webhook node. The browser receives animage/png
payload, turns it into a Blob-URL, and swaps the form for the finished QR code.