Create Qr
create_qrGenerate a scannable QR code from text or URLs. Returns an image URL ready to embed or download. Use when you need to encode information into a QR code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The text or URL to encode in the QR code. | |
| size | No | Width and height of the QR code image in pixels (default 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Generated QR code image URL | |
| data | Yes | The text or URL encoded in the QR code | |
| size | Yes | Width and height of the QR code image in pixels |