cURL
API Documentation
Create pdf
POST
cURL
Use this endpoint to create a pdf file from a template.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_xxx"
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" }
}Response
Success create pdf
The binary of pdf file