Generate styled QR codes — the same designs producible in the QR Designer — for any content, without a browser.
Simple: GET /v1/qr?content=...&preset=... returns the image directly.
Full control: POST /v1/qr with a { content, design } body for palettes, gradients, logos, and custom style parameters.
Every /v1/qr request needs an API key: Authorization: Bearer qk_live_…. Get one free via POST /v1/keys (email → confirm → key). Output is SVG or PNG. Errors use { error: { code, message } }.
This category contains 4 nodes.
Nodes for advanced configuration
Nodes for different authorization methods
Render a QR code from a content string + a design config. GET when the whole request fits in a URL, POST for a full design. Requires an API key.