Bannerbear
Learn how to use Bannerbear with Composio
Overview
Enum
BANNERBEAR
Description
Bannerbear offers an automated image and video generation API, allowing businesses to create graphics, social media visuals, and marketing collateral with customizable templates at scale
Authentication Details
API_KEY
Actions
BANNERBEAR_GET_ACCOUNT_INFO
This tool allows you to check your bannerbear account status, including quota levels and current usage. the endpoint returns information about your account status, paid plan, api usage, and quota.
Action Parameters
Action Response
BANNERBEAR_GET_FONTS
This tool retrieves a list of all available fonts in bannerbear. the fonts are categorized into serif, sans serif, novelty, international, and custom, and can be used to verify font availability prior to creating or modifying images.
Action Parameters
Action Response
BANNERBEAR_GET_SIGNED_BASES
This tool retrieves a list of signed bases for a specific template. signed bases are used to generate on-demand images using encrypted url parameters. the endpoint returns a list of base urls that can be used with the signed url feature.
Action Parameters
Action Response
BANNERBEAR_GET_TEMPLATE_SET
This tool retrieves detailed information about a specific template set using its unique identifier (uid). template sets are sets of templates that you group together in the bannerbear dashboard. it provides comprehensive details about the template set including its name, available modifications, and the list of templates inside the set.
Action Parameters
Action Response
BANNERBEAR_JOIN_PDFS
This tool allows users to merge multiple pdf files into a single pdf document by accepting an array of pdf urls, sending a post request to the bannerbear api, and returning the unique identifier, status, and url of the merged pdf.
Action Parameters
Action Response
BANNERBEAR_LIST_IMAGES
Lists all images inside a bannerbear project. this endpoint allows you to retrieve a paginated list of all images that have been created in your project.
Action Parameters
Action Response
BANNERBEAR_LIST_TEMPLATES
This action retrieves a list of all templates available in your bannerbear project. it returns an array of template objects including properties like uid, name, dimensions, creation and update timestamps, template type, preview url, and modifications. the tool is used for listing templates, retrieving template uids for subsequent actions such as image or video creation, and managing project templates.
Action Parameters
Action Response
BANNERBEAR_LIST_VIDEOS
This action retrieves a list of all videos created in your bannerbear account. it returns an array of video objects including properties like uid, status, timestamps, video and preview urls, as well as template and modification details. the tool is used for listing videos, monitoring video status, and managing project videos.
Action Parameters
Action Response