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

Video

Available only on animated design

A video layer allows video integration within your design, enabling complex multimedia compositions with precise control over video placement and behavior.

Available properties

Property
Description

video_url

HTTP(s) URL of the video displayed in the layer

It must be a public accessible link and have a filesize of 100 mb maximum.

The video can be trimmed using the following query properties to the video url:

  • trim_start: Start of the video in seconds. i.e: ?trim_start=2.5 to start your video at 2.5s

  • trim_end: End of the video in seconds. i.e: ?trim_end=10 to end your video at 10s

Supported files: MP4, WebM, MOV

audio_muted

Boolean (true, false)

Default value: false

If true it video sound is muted

hidden

Boolean (true, false)

If true it hides the video.

Example Input Video Configuration:

"video_element_name": {
 "video_url": "https://example.com/video.mp4",
 "audio_muted": 0,
 "hidden": false
}
PreviousQR CodeNextAudio

Last updated 5 months ago