QR Code

QR Code component - Abyssale REST API

Available properties:

PropertyDescription

payload

String. Content of the QR code when it will be read by a QR Code reader.

background_color

Color of the background. Must be a monochrome (6-8 digits hexa color).

foreground_color

Color of the foreground (all squares). Must be a monochrome (6-8 digits hexa color).

image_url

HTTP(s) URL of the icon displayed in the middle of the QR Code

It must be a public accessible link and have a filesize of 10 mo maximum.

Supported files: jpeg, png, webp, svg, gif

hide_icon

Boolean (true, false)

If true it hides the icon.

Example:

"background_color": "#f0f4ff" "foreground_color": "#1b4550"

"payload": "https://placeholder-url.com/abcdefgh"

"background_color": "#fdfdfd" "foreground_color": "#750000" "payload": "https://placeholder-url.com/abcdefgh"

"image_url": "https://hosting-lin/icon.jpeg"

Last updated