Introduction
The Bannerify API lets you generate images, PDFs, signed URLs, and template data from your Bannerify workspace. You can use the API to:- Create an image
- Create a PDF
- Store generated files in S3-compatible storage
- Create signed image URLs
- List templates
Base URL
Authentication
Most API endpoints require a project API key. Keep this key server-side and do not expose it in public client code. Learn how to send your key in API authentication.HTTP methods
We strictly use onlyGET and POST methods. PUT and DELETE are not used.
- GET: Retrieve information from the server.
- POST: Send data to the server to create or update resources.