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
  • Common Properties
  • Shadow
  1. Rest API
  2. Generation

Element properties

All available components - Abyssale REST API

Previousad networkNextRoot

Last updated 5 months ago

9 components are currently available:

Additionally, the background of every format can be customised via the root element.

Common Properties

Some properties are available for all components:

Property
Description

hidden

Boolean: true, false.

Hide the current element if true.

Shadow

Shadows can be added to all components.

Properties
Description

shadow_color

String: 6-8 digits hexa shadow color

shadow_blur

Number: Blur in pixels. Must be >= 0

shadow_offset_x

Number: Horizontal offset in pixels (can be negative)

shadow_offset_y

Number: Vertical offset in pixels (can be negative)

Component specificities:

  • Text: If the background color is enabled, shadow is activated to the background

  • Button: Shadows can only be configured on the background from now.

Example:

shadow_color: "#00000080" shadow_blur: 3 shadow_offset_x: 4 shadow_offset_y: 3

Text
Button
Image
Logo
Shape
Rating
Illustration
QR Code
Video
Audio
Root