forgekit_generate_qr
Generate a PNG or SVG QR code. Returns image bytes via the REST API. Output: binary image (PNG/SVG) or error JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Payload to encode (URL, text, etc.) | |
| size | No | Image size in pixels | |
| format | No | png |