generate_qr_code
Generate a QR code image URL for any URL or WhatsApp link. Specify a phone number and optional message for WhatsApp QR codes.
Instructions
Generate a QR code for a URL or WhatsApp link. Returns a URL to the QR code image that can be opened in a browser or downloaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Direct URL to encode in the QR code (e.g., https://example.com) | |
| phone | No | WhatsApp phone number with country code, no + sign (e.g., 16506053956). Used if url is not provided. | |
| message | No | Pre-filled WhatsApp message text. Used with phone parameter. | |
| size | No | QR code size in pixels (100-1000, default 300) |