Generate Multi-Format Videos
How to generate videos - Abyssale REST API
Last updated
How to generate videos - Abyssale REST API
Last updated
POST /async/banner-builder/{design_id}/generate
Supported Design Type: Animated
Response: Asynchronous
Enables batch generation of multiple assets
Required Parameter: image_file_type=mp4
Retrieval methods:
Webhooks
Polling
Supported formats:
MP4 videos
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.5s
trim_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_muted
and set it to 1
Example Input Video Configuration:
In addition to the supported image properties, a video
property can be set to customise the output video. Here is the available option:
Default: 24 fps
Range: 2-25 fps
Configuration Example:
Do not forget to replace {YOUR-API-KEY}
and {design_id}