API for Automated Image and Video Generation
Create an image using template and modifications. See the docs
Generates multiple Images based on a Template Set. See the docs here.
Bannerbear's API enables easy creation of images and videos for social media, marketing, and more. With Bannerbear, you can:
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}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: