Skip to main content

QR Code

This tool allows you to generate QR codes from your data.

Input parameters

SectionParametersUsageMandatory
ConfigOutput formatThe format in which you want the data:uri URL output.Yes
Data formatThe QR code format. Possible values are listed below.Yes
Design OptionsMarginThe margin (in pixels) of the generated square QR Code.No
Foreground colorThe foreground color (in hexadecimal or RGB format) of the generated square QR Code.No
Background colorThe background color (in hexadecimal or RGB format) of the generated square QR Code.Yes

Data format Email address

ParameterUsageMandatory
Email addressScanning the QR code generated will open your email program and create an email message to this address.No

Data format Email message

ParameterUsageMandatory
Email addressScanning the QR code generated will open your email program and create an email message to this address.No
SubjectThis will be the subject of the email message.No
BodyThe text of the email. It cannot be longer that 150 characters.No

Data format Phone call

ParameterUsageMandatory
Phone numberScanning the QR code generated will open the App to do a call to the number.No

Data format Geolocation

ParameterUsageMandatory
LatitudeThe latitude in decimal degrees.No
LongitudeThe longitude in decimal degrees.No
AltitudeThe altitude in meters. This parameter is optional.No

Data format SMS message

ParameterUsageMandatory
Mobile messageScanning the QR code generated will open your SMS App.No
MessageThe text of the SMS. It cannot be longer that 130 characters.No

Data format URL

ParameterUsageMandatory
URLThe URL that will be open when this QR code is scanned.No

Data format Text

ParameterUsageMandatory
TextIt cannot be longer that 200 characters. Scanning the QR code generated will show the text in the mobile and it will offer to do different things with it like, search, share it, etc.No

Data format WiFi

ParameterUsageMandatory
Network SSIDScanning the QR code generated will try to add this WiFi network to your mobile. Only works in Android and iOS 11 and above.No
Network AuthenticationThe Authentication used in the WiFi. Valid values are “nopass”, “WEP” or “WPA”.No
NetworkPassword If the authentication is ‘nopass’ then this ‘password’ will be ignored.No

Response parameters

ParameterContent
qr_dataData about the generated QR code.
imageThe QR image as a base64 string.
errorThis field will contain an error message if the QR code cannot be generated.