NAiOS IconNAiOS Logo
Volver al catálogo

ImgBB

imgbb

ImgBB is a free image hosting and sharing service that allows users to upload and share images easily.

Acciones
2
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 (2)

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 ImgBB API KeyIMGBB_GET_API_KEYAcción

Tool to retrieve and validate the ImgBB API key. Use before making ImgBB API calls to ensure authentication is configured.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data object containing the API key.

  • errorstring

    Error if any occurred during the execution of the action

  • statusintegerObligatorio

    Status code of the validation operation.

  • successbooleanObligatorio

    Whether the API key retrieval and validation succeeded.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Upload Image to ImgBBIMGBB_UPLOAD_IMAGEAcción

Tool to upload an image to ImgBB. Use when you need to host an image and get back its URLs immediately.

Parámetros de entrada

  • namestring

    Optional custom filename to use for the uploaded image.

  • imagestringObligatorio

    Base64-encoded image string, remote URL, or raw file bytes (max 32 MB).

  • expirationinteger

    Optional auto-delete time in seconds (60–15552000).

Parámetros de salida

  • dataobjectObligatorio

    Data object containing details of the uploaded image.

  • errorstring

    Error if any occurred during the execution of the action

  • statusintegerObligatorio

    HTTP status code returned by ImgBB API.

  • successbooleanObligatorio

    Whether the upload was successful.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not