Generate Multi-Format Animated GIFs
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=gif
Output File Types
Supported formats:
Gif images
Additional information
Output customisation
In addition to the supported image properties, a gif property can be set to customise the output gif. Here is the available option:
Frame Rate Configuration FPS (Frames Per Second)
Property name :
fpsDefault: 9 fps
Range: 2-9 fps
Repeat
Property name :
repeatDefault: -1 The GIF will repeat indefinitely.
Value
0: Play only once.Value of
1: Play twice. And so on.
Configuration Example:
Sample request
Do not forget to replace {YOUR-API-KEY} and {design_id}
Sample response
Last updated