tool_qrcode
Create QR codes from any data string, configuring size, error correction, and foreground/background colors. Get the result as an image or data URI for embedding or sharing.
Instructions
[image] QRCode
Parameters:
data (string): Data
size (number): Size
errorCorrection (string): Error Correction
fgColor (string): Foreground
bgColor (string): Background
Outputs:
image (bytes): Image
dataUri (string): Data URI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Data | |
| size | No | Size | |
| image | No | Image (base64 file payload) | |
| bgColor | No | Background | |
| dataUri | No | Data URI | |
| fgColor | No | Foreground | |
| errorCorrection | No | Error Correction |