Synchronous generation

Endpoint

POST /banner-builder/{design_id}/generate

Key Characteristics

  • Immediate asset creation

  • Single asset generation

  • Supports on static design

  • Instant response with asset URL

Generation Process

  1. Send design ID and customization parameters

  2. Receive immediate response

  3. Asset generated and URL provided

Diagram

API Documentation

Generate image

post
Authorizations
x-api-keystringRequired

All of your Abyssale requests must contain a x-api-key header with your API Key.

Path parameters
templateIdstring · uuidRequired

Unique identifier (UUID) of the template

Body
template_format_namestringOptional

Corresponds to the format ID you would like to generate (only mandatory when your template contains several formats).

Example: facebook-post
file_compression_levelinteger · min: 1 · max: 100Optional

Percentage of compression applied.

Example: 80
Responses
200

Ok

application/json
post
/banner-builder/{templateId}/generate
200

Ok

You can find all layers properties in this section

Sample request

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

Sample response

What are the 2 image URLs?

As you can see in the sample response, 2 image urls are returned:

Progress your design generation journey by diving deeper into configuration

Last updated