Turn any URI into a QR code — as a plain image you can drop into an <img> tag.
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">
| Param | Default | Notes |
|---|---|---|
data | — | The URI/text to encode (URL-encoded). Aliases: text, uri, q. Max 2048 chars. |
ecc | m | Error correction: l / m / q / h. |
scale | 8 | Pixels per module (1–64). Alias: size. |
margin | 4 | Quiet-zone modules (0–64). Alias: border. |
dark | #000000 | Module color (hex). Alias: color. |
light | #ffffff | Background (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.