cURL
API Documentation
Create image
Create an image from a template
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://documentation.bannerify.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Your template id
Example:
"tpl_xxxxxxxxx"
Available options:
png, jpeg, webp Only for debug purpose, it draws bounding box for each layer
Optional custom S3 configuration. If provided, the generated file will be stored in your S3-compatible storage instead of the default Bannerify storage.
Template modifications as the API array format, an object shorthand, or a JSON string. Object values map to text by default, while nested objects keep fields such as src, qrcode, rows, or chart.
Example:
{
"headline": "Summer sale",
"photo": { "src": "https://example.com/photo.png" }
}Generate thumbnail preview (non-billable)
Response
A image file
The binary of image file