ImgBB
imgbbImgBB is a free image hosting and sharing service that allows users to upload and share images easily.
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ónTool to retrieve and validate the ImgBB API key. Use before making ImgBB API calls to ensure authentication is configured.
IMGBB_GET_API_KEYAcciónTool 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
dataobjectObligatorioData object containing the API key.
errorstringError if any occurred during the execution of the action
statusintegerObligatorioStatus code of the validation operation.
successbooleanObligatorioWhether the API key retrieval and validation succeeded.
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload Image to ImgBBIMGBB_UPLOAD_IMAGEAcciónTool to upload an image to ImgBB. Use when you need to host an image and get back its URLs immediately.
IMGBB_UPLOAD_IMAGEAcciónTool to upload an image to ImgBB. Use when you need to host an image and get back its URLs immediately.
Parámetros de entrada
namestringOptional custom filename to use for the uploaded image.
imagestringObligatorioBase64-encoded image string, remote URL, or raw file bytes (max 32 MB).
expirationintegerOptional auto-delete time in seconds (60–15552000).
Parámetros de salida
dataobjectObligatorioData object containing details of the uploaded image.
errorstringError if any occurred during the execution of the action
statusintegerObligatorioHTTP status code returned by ImgBB API.
successbooleanObligatorioWhether the upload was successful.
successfulbooleanObligatorioWhether or not the action execution was successful or not