Abyssale Developer Hub
  • Getting Started
  • Rest API
    • Overview - Rest API
    • Authentication
    • Designs
      • Design Details
    • Generation
      • Design information
      • Synchronous generation
        • Generate single image
      • Asynchronous generation
        • Generate Multi-Format images
        • Generate Multi-Format PDFs for Printing
        • Generate Multi-Page PDF for Printing
        • Generate Multi-Format Videos
        • Generate Multi-Format Animated GIFs
        • Generate HTML5 Banner Ads
          • ad network
      • Element properties
        • Root
        • Text
        • Button
        • Image
        • Logo
        • Shape
        • Rating
        • Illustration
        • QR Code
        • Video
        • Audio
      • Errors
    • Image Export
    • Fonts
    • Annexes
    • API Reference
  • Dynamic Images
    • Overview - Dynamic Images
    • Dynamic Image generation with URL
  • Webhooks
    • Overview - Webhooks
    • Events
      • Design
      • Banner
      • Global events
Powered by GitBook
On this page
  1. Rest API
  2. Generation
  3. Element properties

QR Code

QR Code component - Abyssale REST API

PreviousIllustrationNextVideo

Last updated 1 year ago

Available properties:

Property
Description

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 () or (for print)

foreground_color

Color of the foreground (all squares). Must be a monochrome () or (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.

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"

"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"

6-8 digits hexa color
cmyka format
6-8 digits hexa color
cmyka format