Comment on page
QR Code
QR Code component - Abyssale REST API
Property | Description |
---|---|
payload | String. Content of the QR code when it will be read by a QR Code reader. |
background_color | |
foreground_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. |
"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 modified 2mo ago