NAiOS IconNAiOS Logo
Volver al catálogo

Bannerbear

bannerbear

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

Acciones
8
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Available FontsBANNERBEAR_GET_FONTSAcción

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.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Signed BasesBANNERBEAR_GET_SIGNED_BASESAcción

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.

Parámetros de entrada

  • template_uidstringObligatorio

    The unique identifier of the template

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Template Set DetailsBANNERBEAR_GET_TEMPLATE_SETAcción

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.

Parámetros de entrada

  • uidstringObligatorio

    The unique identifier (UID) of the template set to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Join PDFsBANNERBEAR_JOIN_PDFSAcción

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.

Parámetros de entrada

  • pdf_urlsstring[]Obligatorio

    List of URLs to the PDF files that need to be merged

  • webhook_urlstring

    Optional webhook URL to receive notification when merging is complete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ImagesBANNERBEAR_LIST_IMAGESAcción

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.

Parámetros de entrada

  • pageinteger

    The page of results you would like to retrieve. The API returns 25 items per page.

  • limitinteger

    The API returns 25 items per page by default but you can request up to 100 using this parameter.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List TemplatesBANNERBEAR_LIST_TEMPLATESAcción

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.

Parámetros de entrada

  • tagstring

    List items only with this tag.

  • namestring

    List items that partially match this name.

  • pageinteger

    The page of results to retrieve. The API returns 25 items per page.

  • limitinteger

    The API returns 25 items per page by default but you can request up to 100 using this parameter.

  • extendedboolean

    Set to true to return an extended response including current layer defaults.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List VideosBANNERBEAR_LIST_VIDEOSAcción

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.

Parámetros de entrada

  • pageinteger

    The page of results to retrieve. The API returns 25 items per page.

  • limitinteger

    The API returns 25 items per page by default but you can request up to 100 using this parameter.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not