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

Logo

Logo component - Abyssale REST API

PreviousImageNextShape

Last updated 1 year ago

Logo is a simplified version of the image component. There is no fitting, mask, filter & overlay properties.

Available properties:

Property
Description

image_url

String: HTTP(s) URL of your image. i.e: https://www.abyssale.com/imge/abyssale_logo.png It must be a public accessible link and be 10 mo maximum. Supported files: jpeg, png, svg, webp, gif.

image_encoded

String: Base64 encoded image as value.

i.e.: /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAIBAQE...

If the image_url is given, this property will be ignored.

alignment

shadow_color shadow_blur shadow_offset_x shadow_offset_y

Example

"image_url": "https://local-banners.s3-eu-west-1.amazonaws.com/templates/e0d292f2-ec21-11e9-a539-3c408bf94155/db3601c4-343a-4744-86cd-516d450b731b/assets/af3cb08b-9b56-41f1-a44e-bc837acacca7.svg", "alignment": "top left"

Go to Alignment documentation
Go to Shadow documentation