UFlow Cloud
UFLOW

QR & barcode generator

Generate QR codes, Wi-Fi QR, barcodes, and get them as PNG/SVG.

POST/api/tool/qr-generator
Generate a QR code image. Returns a URL you can embed in <code className="inline-code mono">&lt;img&gt;</code>.
Request
{
  "input": "https://uflow.uz",
  "size": 300
}
Response
{
  "ok": true,
  "tool": "qr-generator",
  "result": {
    "qrUrl": "https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=https%3A%2F%2Fuflow.uz"
  }
}

Wi-Fi QR

Use the same slug and pass Wi-Fi details as input:

Wi-Fi format
WIFI:T:WPA;S:MyNetwork;P:mypassword;H:false;;

Barcode

/api/tool/barcode-generator β€” pass a numeric/alphanumeric input; returns an inline SVG in result.svg.