Wi-Fi Wireless Network QR Code Generation API for generating Wi-Fi wireless network QR codesMethod: POST Path: /v1/wifi-qrcode?appkey={{appkey}} Demo: https://api.gugudata.io/v1/wifi-qrcode/demoRequest Parameters:
ssid (string, required): The Wi-Fi network SSID
password (string, required): The Wi-Fi network password
authentication (string, required): The Wi-Fi encryption type: WEP, WPA, or NOPASS
ishiddenssid (string, required): Whether the SSID is hidden; possible values: true or false
isshowwifiicon (string, required): Whether to add a Wi-Fi icon in the center of the QR code; possible values: true or false
size (int, optional): A positive integer specifying the pixel size of the QR code, default is 500 pixels
Response Fields Count: 6 Response Field Examples:
DataStatus.StatusCode: The status code returned by the API
DataStatus.StatusDescription: The status description returned by the API
DataStatus.ResponseDateTime: The date and time when the data is returned
DataStatus.DataTotalCount: The total amount of data matching the conditions, generally used for pagination
Data.Content: The Wi-Fi SSID
Data.Url: The CDN URL path of the generated QR code
Key Features:
Compatible with various wireless network protocols
Supports hiding the Wi-Fi SSID
Supports adding a Wi-Fi icon in the center of the QR code, making it more visually appealing
Customizable QR code size
Full support for HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3)