DeepImage
deepimageAI Image Enhancer to Generate & Upscale
Acciones disponibles (5)
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.
Delete JobDEEPIMAGE_DELETE_JOBAcciónTool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed.
DEEPIMAGE_DELETE_JOBAcciónTool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed.
Parámetros de entrada
hashstringObligatorioUnique identifier for the processing job whose results should be removed
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 Account InformationDEEPIMAGE_GET_ACCOUNT_INFOAcciónTool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account details or credit balance.
DEEPIMAGE_GET_ACCOUNT_INFOAcciónTool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account details or credit balance.
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 Job ResultDEEPIMAGE_GET_JOB_RESULTAcciónTool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
DEEPIMAGE_GET_JOB_RESULTAcciónTool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.
Parámetros de entrada
hashstringObligatorioThe unique job identifier returned from a processing request
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
Process Image AsyncDEEPIMAGE_PROCESS_IMAGE_ASYNCAcciónTool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise returns a job hash for later retrieval. Use when you need to enhance images with options like denoising, deblurring, lighting improvements, or background removal.
DEEPIMAGE_PROCESS_IMAGE_ASYNCAcciónTool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise returns a job hash for later retrieval. Use when you need to enhance images with options like denoising, deblurring, lighting improvements, or background removal.
Parámetros de entrada
dpiintegerDPI setting for the output image (default: 300)
fitstringFitting method - can be a string ('canvas', 'crop', 'bounds', 'cover') or a FitOptions object
urlstringObligatorioImage URL, Base64-encoded image, or storage URL format to process
widthintegerPixel width or percentage (e.g., 1000 or '200%')
heightintegerPixel height or percentage (e.g., 800 or '150%')
presetstringPreset configurations like 'real_estate', 'ecommerce', etc.
targetstringTarget storage location for the output image
paddingintegerMargin in pixels or percentages
qualityintegerCompression quality level from 0 to 100 (default: 85)
backgroundobjectBackground removal or replacement options.
min_lengthintegerMinimum width or height in pixels
print_sizestringPaper size specification like 'A4', 'letter', etc.
enhancementsstring[]List of enhancement types to apply to the image
output_formatstringenumOutput image format
jpegjpgpngwebp
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
Process Image SynchronouslyDEEPIMAGE_PROCESS_IMAGE_SYNCAcciónTool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement, resizing, background removal, and other image processing tasks.
DEEPIMAGE_PROCESS_IMAGE_SYNCAcciónTool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image enhancement, resizing, background removal, and other image processing tasks.
Parámetros de entrada
dpiintegerPrint-specific DPI parameter.
urlstringObligatorioImage URL, Base64 encoded image, or storage URL.
widthintegerTarget width in pixels or percentage (e.g., "200%" or 800).
heightintegerTarget height in pixels or percentage (e.g., "200%" or 600).
presetstringPredefined processing templates (e.g., 'real_estate', 'ecommerce').
targetstringStorage destination URL.
qualityintegerCompression level 0-100, default: 85.
backgroundobjectConfiguration for background removal.
print_sizestringPrint-specific size parameter.
enhancementsstring[]Enhancement types: denoise, deblur, clean, face_enhance, light, color, white_balance, exposure_correction.
max_file_sizestringSize constraints with units (kb, mb, gb).
output_formatstringOutput format: jpeg, jpg, png, webp.
color_parametersobjectEnhancement-specific configuration for color.
light_parametersobjectEnhancement-specific configuration for lighting.
deblur_parametersobjectEnhancement-specific configuration for deblurring.
denoise_parametersobjectEnhancement-specific configuration for denoising.
white_balance_parametersobjectEnhancement-specific configuration for white balance.
Parámetros de salida
dataobjectObligatorioJob data containing job ID and processing information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
successfullbooleanObligatorioIndicates if the request was successful.