๐Generator
Generate a QR Code
GET
https://api.night-api.com/images/qrcode
Headers
Name | Type | Description |
---|---|---|
authorization* | String | Your API key |
Request Body
Name | Type | Description |
---|---|---|
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 When set to |
logoCornerRadius | Number | Corner radius of the logo image in pixels. |
backgroundImage | String | Background image to be used in the QR code. Accepts a |
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