For Technical Marketers and Growth Teams
Create personalized experiences for ecommerce, publishing and other industries
using our REST API and URL-parameter based integrations
//auto generate a unique poster image for every article
const api_key = process.env.API_KEY;
const base = `https://cdn.bannerbear.com/signedurl/${process.env.BASE_ID}/image.jpg`;
let modifications = [
{
"name":"title",
"text": article_title
},
{
"name":"avatar",
"image_url": author_avatar_url
}
];
let query = "?modifications=" + base64url(JSON.stringify(modifications));
let signature = crypto.createHmac("sha256", api_key).update(base+query).digest("hex");
let url = base + query + "&s=" + signature;
Tutorials on Scaling Your Marketing using the Bannerbear API
Generate images and videos using a range of integrations and plugins
Bannerbear combines a powerful template design tool with a simple API
Create templates that match your brand with multiple layers, custom fonts, logos and more
Bannerbear auto-resizes text when you generate variations with long titles, product names etc
Invite team members to help with designing templates or setting up API integrations
Create as many templates as you need to suit your business or app, in any size format you require
A simple and RESTful API offers easy integration into your existing platform or apps
Run quick tests in an integrated API test environment right in the admin control panel
Add callbacks to your API requests so your system gets notified when images are rendered
Use Bannerbear with as many projects, apps or clients as you like!
Companies and individuals are building amazing things with Bannerbear
Start a free trial with 30 images and 1 minute of video — no credit card required