create_wifi_qr
Generate a QR code that encodes WiFi network credentials for instant auto-join. Simply scan with a phone camera; no internet required. Customize colors, styles, and add a branded frame with a call-to-action.
Instructions
Create a QR code that encodes WiFi credentials. When scanned by a phone camera, it offers to auto-join the WiFi network. No internet connection needed to join — the credentials are encoded directly in the QR image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ssid | Yes | WiFi network name (SSID). | |
| password | No | WiFi password. Omit for open networks (use encryption='nopass'). | |
| encryption | No | Encryption type. Default: WPA. | WPA |
| hidden | No | Whether the network is hidden. Default: false. | |
| label | No | Label for this QR code. | |
| format | No | Image format. | svg |
| foreground_color | No | Hex color for dots. | |
| background_color | No | Hex color for background. | |
| dot_style | No | Dot shape. | |
| corner_style | No | Corner shape. | |
| logo_url | No | Logo URL or data URI. | |
| frame_style | No | Frame style around QR. | |
| frame_text | No | CTA text on frame (max 30 chars). | |
| frame_color | No | Frame background color. | |
| frame_text_color | No | Frame text color. |