QR Code
QR Code component - Abyssale REST API
Last updated
QR Code component - Abyssale REST API
Last updated
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) or cmyka format (for print)
foreground_color
Color of the foreground (all squares). Must be a monochrome (6-8 digits hexa color) or cmyka format (for print)
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.
"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"
"background_color": "cmyka(0,0,0,1,100)" "foreground_color": "cmyka(0,100,100,54,100)" "payload": "https://placeholder-url.com/abcdefgh"
"image_url": "https://hosting-lin/icon.jpeg"