Generate Multi-Format PDFs for Printing
How to generate asynchronously multi-format PDFs for printing
This feature is available from the Prime plan.
Asynchronous Asset Generation Endpoint
POST /async/banner-builder/{design_id}/generate
Generation Characteristics
Supported Design Type: Print
Response: Asynchronous
Enables batch generation of multiple assets
Retrieval methods:
Webhooks
Polling
Output File Types
Supported formats:
Single page printable PDF
Additional information
Retrieval Mechanism
Initial request returns a
generation_request_id
You can track generation status and retrieve results using:
Webhook notifications
Periodic API polling
Key feature
Supports bulk asset creation
Allows handling of complex or time-consuming generation tasks
Provides flexibility in result retrieval
Output customisation
In addition to the supported image properties, a print
property can be set to customise the output PDF. Here is the available option:
Display crop marks
Default: the value you have in the builder
Boolean
Color profile
Configuration Example:
Print design
Sample request
Do not forget to replace {YOUR-API-KEY}
and {design_id}
Sample response
Last updated