NAiOS IconNAiOS Logo
Volver al catálogo

Claid.ai

claid_ai

Claid.ai offers AI-powered image editing APIs for tasks like background removal, upscaling, and color correction.

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

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.

AI PhotoshootCLAID_AI_AI_PHOTOSHOOTAcción

Tool to transform product shots into model photoshoots. Use when you have a product image and want a professional photoshoot background generated.

Parámetros de entrada

  • sceneobjectObligatorio

    Scene generation settings

  • objectobjectObligatorio

    Product image and placement settings

  • outputstringObligatorio

    Output destination URI or detailed settings

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate AI BackgroundsCLAID_AI_BACKGROUND_GENERATEAcción

Tool to generate AI backgrounds for a product image. Use when you want controllable scene options.

Parámetros de entrada

  • sceneobjectObligatorio

    Scene generation mode and parameters.

  • objectobjectObligatorio

    Source product image and placement details.

  • outputobject

    Output configuration for generated images.

Parámetros de salida

  • dataobjectObligatorio

    Response payload containing generated images and metadata.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CLAID Background RemoveCLAID_AI_BACKGROUND_REMOVEAcción

Tool to remove the background from images. Use when you need to isolate subjects in one step.

Parámetros de entrada

  • inputstringObligatorio

    URL or storage URI of the input image. Supported schemes: http(s):// or storage://.

  • outputstring

    Optional output destination or format settings. String endpoint or object with format.

  • operationsobjectObligatorio

    Background removal operation settings.

Parámetros de salida

  • dataobjectObligatorio

    Wrapper for background removal response data.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Storage DetailsCLAID_AI_CLAID_STORAGE_DETAILSAcción

Tool to retrieve details of a connected storage resource. Use when you have a storage ID and need to inspect its configuration before performing further operations.

Parámetros de entrada

  • storage_idintegerObligatorio

    ID of the storage resource to fetch

Parámetros de salida

  • dataobjectObligatorio

    Storage details payload.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Connect New StorageCLAID_AI_CREATE_STORAGEAcción

Tool to connect a storage resource. Use after you have bucket/folder details and credentials. E.g., to add a new AWS S3, GCS bucket, or public web folder for your image assets.

Parámetros de entrada

  • namestringObligatorio

    The storage name inside Claid

  • typestringObligatorioenum

    Type of storage connector

    s3gcsweb_folder
  • parametersobjectObligatorio

    Parameters for S3 storage connector.

Parámetros de salida

  • dataobjectObligatorio

    Detailed storage information as returned by Claid.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generative Resize ImageCLAID_AI_GENERATIVE_RESIZEAcción

Tool to adjust image aspect ratios via generative outpainting. Use after specifying required new dimensions for outpainting.

Parámetros de entrada

  • inputstringObligatorio

    URL of the source image (public or Claid storage).

  • outputstring

    Destination URI or detailed output options.

  • operationsobjectObligatorio

    Pipeline describing generative resize (outpainting).

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Image AI Edit AsyncCLAID_AI_IMAGE_AI_EDITAcción

Tool to submit an asynchronous AI-based image editing task. Use when you need text-driven edits on existing images and will poll for completion.

Parámetros de entrada

  • inputstringObligatorio

    Publicly accessible URL of the source image.

  • outputstring

    Output destination URI string or configuration object. If omitted, a temporary URL is returned.

  • optionsobjectObligatorio

    AI editing options including prompt and generation parameters.

Parámetros de salida

  • dataobjectObligatorio

    Details of the accepted edit job.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CLAID Image Edit BatchCLAID_AI_IMAGE_EDIT_BATCHAcción

Tool to process multiple images in batch. Use when you need to apply the same edits to an entire cloud storage folder or list of public URLs.

Parámetros de entrada

  • inputobjectObligatorio

    Options for specifying a cloud storage folder input.

  • outputstring

    Destination folder URL or detailed output configuration

  • operationsobjectObligatorio

    Editing operations to apply, e.g., resizing, adjustments, background

Parámetros de salida

  • dataobjectObligatorio

    Batch request metadata and polling information

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Generate Images from TextCLAID_AI_IMAGE_GENERATEAcción

Tool to generate images from text prompts. Use when you need custom visuals based on a description.

Parámetros de entrada

  • inputstringObligatorio

    Text prompt to generate images from.

  • outputstring

    URI of the destination folder in storage. If omitted, temporary URLs will be returned.

  • optionsobject

    Controls image generation behavior.

Parámetros de salida

  • dataobjectObligatorio

    Result data wrapper.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CLAID License Plate BlurCLAID_AI_LICENSE_PLATE_BLURAcción

Tool to blur license plates in images to meet privacy requirements. Use when you need to obfuscate vehicle plates for privacy.

Parámetros de entrada

  • inputstringObligatorio

    URL of the input image. Supported schemes: http(s):// or storage://; length 1–4096.

  • outputobject

    Optional output settings or destination. Default format is JPEG if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Wrapper for license plate blur response data.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Connected StorageCLAID_AI_PATCH_STORAGEAcción

Tool to update a connected storage's settings. Use when you need to change name, type, or parameters of an existing storage. Use after confirming the storage exists.

Parámetros de entrada

  • namestring

    New display name for the storage

  • typestringObligatorioenum
    web_folders3gcs
  • parametersobject

    Parameters for updating an AWS S3 storage connector

  • storage_idintegerObligatorio

    Identifier of the storage to update

Parámetros de salida

  • dataobjectObligatorio

    Detailed storage resource returned after update

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Polish ImageCLAID_AI_POLISH_IMAGEAcción

Tool to remove AI artifacts via polish restoration. Use when you need to sharpen and clean up an upscaled image in one step.

Parámetros de entrada

  • inputstringObligatorio

    URL or storage URI of the input image. Supported schemes: http(s):// or storage://; length must be between 1 and 4096 characters.

  • outputstring

    Optional output destination or format settings. Provide a storage URI string or an object with format settings. Defaults to JPEG if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Response data wrapper.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

CLAID Smart FrameCLAID_AI_SMART_FRAMEAcción

Tool to smart-frame images: resize and add free space around the subject. Use when you need consistent framing for products.

Parámetros de entrada

  • inputstringObligatorio

    URL or storage URI of the input image. Supports http(s):// or storage:// schemes.

  • optionsobjectObligatorio

    Framing options including target size, padding, and optional background color.

Parámetros de salida

  • dataobjectObligatorio

    Wrapper for smart frame response data.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Connected StoragesCLAID_AI_STORAGE_LISTAcción

Tool to list connected storage resources. Use when you need to retrieve all storage connectors for your account.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    List of storage connector objects.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Storage TypesCLAID_AI_STORAGE_TYPESAcción

Tool to retrieve available storage types. Use when you need to list supported storage connectors before uploading files.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • datastring[]Obligatorio

    List of supported storage types.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not