qr-encode

Turn any URI into a QR code — as a plain image you can drop into an <img> tag.

QR preview

      

USAGE

Request an SVG QR for any URI — URL-encode the value into the data parameter:

<img src="https://qr-encode.codemorphic.com/?data=https%3A%2F%2Fexample.com">

PARAMETERS

ParamDefaultNotes
dataThe URI/text to encode (URL-encoded). Aliases: text, uri, q. Max 2048 chars.
eccmError correction: l / m / q / h.
scale8Pixels per module (1–64). Alias: size.
margin4Quiet-zone modules (0–64). Alias: border.
dark#000000Module color (hex). Alias: color.
light#ffffffBackground (hex). Alias: bg.

Output is image/svg+xml (scalable, crisp at any size) and cached at the edge. No keys, no limits beyond the size cap.