Generate single image

How to generate synchronously a single image - Abyssale REST API

Asset Generation Endpoint

POST /banner-builder/{designId}/generate

Generation Characteristics

  • Supported Design Type: Static

  • Response: Synchronous

  • Generates a single asset based on provided customization parameters

Output File Types

Supported formats:

  • JPEG

  • PNG

  • WEBP

  • AVIF

  • Web PDF

You can override the default file type using the image_file_type parameter:

  • Specify png, jpeg, webp, avif or pdf

Additional information

File Type Determination

By default, the file type is automatically selected based on background transparency:

  • Transparent background → PNG

  • Opaque background → JPEG

Important Transparency Consideration

  • When generating a JPEG with transparent elements, those areas will be filled with black

  • JPEG does not support transparency

Sample request

Do not forget to replace {YOUR-API-KEY} and {designId}

Sample response

Last updated