Generate Multi-Format Videos
How to generate videos - Abyssale REST API
Asynchronous Asset Generation Endpoint
POST /async/banner-builder/{design_id}/generate
Generation Characteristics
Supported Design Type: Animated
Response: Asynchronous
Enables batch generation of multiple assets
Required Parameter:
image_file_type=mp4
Output File Types
Supported formats:
MP4 videos
Additional information
Input Video Customization
Supported Input Formats: MP4, WebM, MOV
Maximum File Size: 100 MB
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.5strim_end: End of the video in seconds. i.e: ?trim_end=10 to end your video at 10s
The sound can be muted by using the property
audio_mutedand set it to1
Example Input Video Configuration:
Output customisation
In addition to the supported image properties, a video property can be set to customise the output video. Here is the available option:
Video Frame Rate Configuration FPS (Frames Per Second)
Default: 24 fps
Range: 2-30 fps
Configuration Example:
Sample request
Do not forget to replace {YOUR-API-KEY} and {design_id}
Sample response
Last updated