For Zapier Users
Create hands-free automated workflows that take care of repetitive marketing tasks in the background while you focus on what matters most
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;
Hello I'm Jon, the founder of Bannerbear — every 2 weeks I send a newsletter with updates from the Product, Marketing and Business sides of my startup, subscribe below to receive it!