qrserver.qr.generate
Create customizable QR codes from text or URLs with adjustable size, colors, format, and error correction. Generate PNG or SVG image URLs for sharing or embedding.
Instructions
Generate a QR code image URL from text or URL — customizable size, color, background, format (PNG/SVG), error correction level. Returns direct image URL (goqr.me)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Text or URL to encode into a QR code (required) | |
| size | No | Image size in WxH pixels, e.g. "200x200", "400x400" (default: "200x200") | |
| format | No | Image format: "png" or "svg" (default: "png") | |
| color | No | Foreground color as 6-digit hex without #, e.g. "000000" for black (default: "000000") | |
| bgcolor | No | Background color as 6-digit hex without #, e.g. "ffffff" for white (default: "ffffff") | |
| margin | No | Quiet zone margin in modules around the QR code (default: 1) | |
| ecc | No | Error correction level: L (7%), M (15%), Q (25%), H (30%) — higher allows more damage tolerance (default: "L") |