Bannerbear
bannerbearBannerbear offers an automated image and video generation API, allowing businesses to create graphics, social media visuals, and marketing collateral with customizable templates at scale
Acciones disponibles (8)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Account InfoBANNERBEAR_GET_ACCOUNT_INFOAcciónThis 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.
BANNERBEAR_GET_ACCOUNT_INFOAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Available FontsBANNERBEAR_GET_FONTSAcciónThis 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.
BANNERBEAR_GET_FONTSAcciónThis 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Signed BasesBANNERBEAR_GET_SIGNED_BASESAcciónThis 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.
BANNERBEAR_GET_SIGNED_BASESAcciónThis 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.
Parámetros de entrada
template_uidstringObligatorioThe unique identifier of the template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Template Set DetailsBANNERBEAR_GET_TEMPLATE_SETAcciónThis 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.
BANNERBEAR_GET_TEMPLATE_SETAcciónThis 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.
Parámetros de entrada
uidstringObligatorioThe unique identifier (UID) of the template set to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Join PDFsBANNERBEAR_JOIN_PDFSAcciónThis 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.
BANNERBEAR_JOIN_PDFSAcciónThis 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.
Parámetros de entrada
pdf_urlsstring[]ObligatorioList of URLs to the PDF files that need to be merged
webhook_urlstringOptional webhook URL to receive notification when merging is complete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ImagesBANNERBEAR_LIST_IMAGESAcciónLists 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.
BANNERBEAR_LIST_IMAGESAcciónLists 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.
Parámetros de entrada
pageintegerThe page of results you would like to retrieve. The API returns 25 items per page.
limitintegerThe API returns 25 items per page by default but you can request up to 100 using this parameter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List TemplatesBANNERBEAR_LIST_TEMPLATESAcciónThis 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.
BANNERBEAR_LIST_TEMPLATESAcciónThis 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.
Parámetros de entrada
tagstringList items only with this tag.
namestringList items that partially match this name.
pageintegerThe page of results to retrieve. The API returns 25 items per page.
limitintegerThe API returns 25 items per page by default but you can request up to 100 using this parameter.
extendedbooleanSet to true to return an extended response including current layer defaults.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List VideosBANNERBEAR_LIST_VIDEOSAcciónThis 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.
BANNERBEAR_LIST_VIDEOSAcciónThis 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.
Parámetros de entrada
pageintegerThe page of results to retrieve. The API returns 25 items per page.
limitintegerThe API returns 25 items per page by default but you can request up to 100 using this parameter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not