Generate QR code
generate_qrConvert text or a URL into a QR code image, returning a PNG file ready to scan.
Instructions
Generate a QR code image from text or a URL. Returns a PNG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text or URL to encode in the QR code | |
| scale | No | Scaling factor (default: 3) | |
| error_correction | No | Error correction level: L (7%), M (15%), Q (25%), H (30%) | M |