NAiOS IconNAiOS Logo
Volver al catálogo

DeepImage

deepimage

AI Image Enhancer to Generate & Upscale

Acciones
5
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 (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ón

Tool 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

  • hashstringObligatorio

    Unique identifier for the processing job whose results should be removed

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

Tool 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

  • 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 Job ResultDEEPIMAGE_GET_JOB_RESULTAcción

Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete.

Parámetros de entrada

  • hashstringObligatorio

    The unique job identifier returned from a processing request

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

Process Image AsyncDEEPIMAGE_PROCESS_IMAGE_ASYNCAcción

Tool 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

  • dpiinteger

    DPI setting for the output image (default: 300)

  • fitstring

    Fitting method - can be a string ('canvas', 'crop', 'bounds', 'cover') or a FitOptions object

  • urlstringObligatorio

    Image URL, Base64-encoded image, or storage URL format to process

  • widthinteger

    Pixel width or percentage (e.g., 1000 or '200%')

  • heightinteger

    Pixel height or percentage (e.g., 800 or '150%')

  • presetstring

    Preset configurations like 'real_estate', 'ecommerce', etc.

  • targetstring

    Target storage location for the output image

  • paddinginteger

    Margin in pixels or percentages

  • qualityinteger

    Compression quality level from 0 to 100 (default: 85)

  • backgroundobject

    Background removal or replacement options.

  • min_lengthinteger

    Minimum width or height in pixels

  • print_sizestring

    Paper size specification like 'A4', 'letter', etc.

  • enhancementsstring[]

    List of enhancement types to apply to the image

  • output_formatstringenum

    Output image format

    jpegjpgpngwebp

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

Process Image SynchronouslyDEEPIMAGE_PROCESS_IMAGE_SYNCAcción

Tool 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

  • dpiinteger

    Print-specific DPI parameter.

  • urlstringObligatorio

    Image URL, Base64 encoded image, or storage URL.

  • widthinteger

    Target width in pixels or percentage (e.g., "200%" or 800).

  • heightinteger

    Target height in pixels or percentage (e.g., "200%" or 600).

  • presetstring

    Predefined processing templates (e.g., 'real_estate', 'ecommerce').

  • targetstring

    Storage destination URL.

  • qualityinteger

    Compression level 0-100, default: 85.

  • backgroundobject

    Configuration for background removal.

  • print_sizestring

    Print-specific size parameter.

  • enhancementsstring[]

    Enhancement types: denoise, deblur, clean, face_enhance, light, color, white_balance, exposure_correction.

  • max_file_sizestring

    Size constraints with units (kb, mb, gb).

  • output_formatstring

    Output format: jpeg, jpg, png, webp.

  • color_parametersobject

    Enhancement-specific configuration for color.

  • light_parametersobject

    Enhancement-specific configuration for lighting.

  • deblur_parametersobject

    Enhancement-specific configuration for deblurring.

  • denoise_parametersobject

    Enhancement-specific configuration for denoising.

  • white_balance_parametersobject

    Enhancement-specific configuration for white balance.

Parámetros de salida

  • dataobjectObligatorio

    Job data containing job ID and processing information.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • successfullbooleanObligatorio

    Indicates if the request was successful.