Asynchronous generation
Endpoint
Key Characteristics
Generation Process
Diagram

API documentation
Generate multiple formats of an image/video/pdf at once from a template designed in Abyssale. This method is asynchronous and allows to generate several media (images/videos/pdf/gif) with one API call. Of course, it can also be used for single image generation (because of time-constraints for instance).
You can find available formats & elements of a template by calling the GET /templates/{templateId} route.
All of your Abyssale requests must contain a x-api-key header with your API Key.
Unique identifier (UUID) of the template
Format IDs you would like to generate.
The array can be empty or not provided if you want to generate all formats of this template.
["facebook-feed","instagram-post","iab-medium"]The url that will be called once generation of your images is done.
We will do a POST request of the NewBannerBatch event on this URL with a JSON payload.
Ok
Ok
Sample request
Sample response
Webhook Configuration
Callback URL Setup
Notification Mechanism
Payload structure
Payload Details (same as NEW_BANNER_BATCH event)
Polling configuration
Progress Check Endpoint
Response Details
Additionnal information
Payload structure
Diagram

Progress your design generation journey by diving deeper into configuration
Last updated

