create_qr_code
Create a new QR code. Authenticated users (API key required) get a permanent short URL that can be retargeted at any time without reprinting the physical QR image — limits are set by the account plan. Anonymous users receive a one-time data URI image that is not stored and cannot be updated. On success the result is a pre-formatted markdown table — display it exactly as received, do not reformat or summarise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | A human-readable label for the QR code | |
| target_url | Yes | Destination URL — must start with https:// or http:// |