generate_qr
Create QR codes from text or URLs, receiving output as base64 PNG or SVG. Encode any text or link into a QR code for scanning.
Instructions
Generate a QR code from text or URL (returns base64 PNG or SVG)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Image size in pixels | |
| text | Yes | Text or URL to encode | |
| format | No | Output format | base64 |