QR Code Generator API

Free

Generate QR codes for URLs, text, WiFi, and more.

Online tool : https://ubikami.com/qrcodegenerator

V1

Enpoint
POST https://ubikami.com/api/v1/qrcodegenerator

Data parameters

Body type : application/x-www-form-urlencoded

Parameter Type Required Description
type text Required Type of the QR Code :
  • text : For URL and Text data
  • wifi : For WiFi access
correction integer Required Correction level :
  • 0 : Low (7%)
  • 1 : Medium (15%)
  • 2 : Quartile (25%)
  • 3 : High (30%)
size integer Required Size of the QR Code image (betwwen 1 and 40).
Size may vary depending on data input.
data text Depends Mandatory if type = text.
Text or url to generate as QR code.
wifissid text Depends Mandatory if type = wifi.
WiFi network id (identifer).
wifipass text Optional Optional if type = wifi.
WiFi network password.
wifitype text Depends Mandatory if type = wifi.
WiFi security protocol :
  • WPA
  • WEP
  • WPA2-EAP
  • nopass : No security/password

Return
image/png