Bannerbear

API for Automated Image and Video Generation

Go to site
Explore
/
Apps
/
Bannerbear

Bannerbear API Integrations

Build and run workflows using the Bannerbear API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Bannerbear's API enables easy creation of images and videos for social media, marketing, and more. With Bannerbear, you can:

  • Create images with text, logos, and other graphical elements
  • Place images and videos on top of each other
  • Adjust image colors, brightness, and other settings
  • Create animations and transitions
  • And much more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    bannerbear: {
      type: "app",
      app: "bannerbear",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.bannerbear.com/v2/account`,
      headers: {
        Authorization: `Bearer ${this.bannerbear.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Bannerbear API

1
-
12
of
1000+
apps by most popular

Create an Image with Bannerbear API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Bannerbear
 
Try it
Create an Image with Bannerbear API on New Message from Discord API
Discord + Bannerbear
 
Try it
Create an Image with Bannerbear API on New Message In Channels from Slack API
Slack + Bannerbear
 
Try it
Create an Image with Bannerbear API on New Message in Channel from Discord Bot API
Discord Bot + Bannerbear
 
Try it
Create an Image with Bannerbear API on New Submission from Typeform API
Typeform + Bannerbear
 
Try it
Approve Video with the Bannerbear API

Approve a video to proceed with rendering. See the docs here.

 
Try it
Create an Image with the Bannerbear API

Create an image using template and modifications. See the docs

 
Try it
Create Animated Gif with the Bannerbear API

Creates an Animated Gif. See the docs here.

 
Try it
Create Collection with the Bannerbear API

Generates multiple Images based on a Template Set. See the docs here.

 
Try it
Create Video with the Bannerbear API

Creates a Video. See the docs here.

 
Try it

Authentication

Bannerbear uses API keys for authentication. When you connect your Bannerbear account, Pipedream securely stores the keys so you can easily authenticate to Bannerbear APIs in both code and no-code steps.

Bannerbear uses API keys to allow access to the API. You can get an API key by creating a project in Bannerbear.