๐Generator
Generate a QR Code
GET
https://api.night-api.com/images/qrcode
Headers
authorization*
String
Your API key
Request Body
backgroundDimming
String
Color of the dimming mask above the background image.
logoImage
String
Logo image to be displayed at the center of the QR code.
Accepts a data:
string in web browsers or a Buffer in Node.js.
When set to undefined
or null
, the logo is disabled.
logoCornerRadius
Number
Corner radius of the logo image in pixels.
backgroundImage
String
Background image to be used in the QR code.
Accepts a data:
string in web browsers or a Buffer in Node.js.
autoColor
Boolean
Automatically calculate the colorDark value from the QR code's background.
colorLight
String
Color of the empty areas on the QR code.
colorDark
String
Color of the blocks on the QR code.
size
Number
Size of the QR code in pixel.
text*
String
Text to be encoded in the QR code.
List of available parameters to put in the body or in the module function
text Required
size
colorDark
colorLight
autoColor
backgroundImage
backgroundDimming
logoImage
logoCornerRadius
Or with the module
Last updated