generate_qr_code
Encode text, URLs, or data into a QR code image. Returns base64 PNG or SVG.
Instructions
Generate a QR code image for any text, URL, or data. Returns a base64 PNG or SVG image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text, URL, or data to encode in the QR code | |
| size | No | Output size in pixels (default: 256, max: 1024) | |
| format | No | Output format — png or svg (default: png) |