Generate Multi-Format Animated GIFs
Last updated
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=gif
Retrieval methods:
Webhooks
Polling
Supported formats:
Gif images
In addition to the supported image properties, a gif
property can be set to customise the output gif. Here is the available option:
Property name : fps
Default: 9 fps
Range: 2-9 fps
Property name : repeat
Default: -1 The GIF will repeat indefinitely.
Value 0
: Play only once.
Value of 1
: Play twice. And so on.
Configuration Example:
Do not forget to replace {YOUR-API-KEY}
and {design_id}