NAiOS IconNAiOS Logo
Volver al catálogo

All Images AI

all_images_ai

All-Images.ai provides AI-powered image generation, retrieval, and management services, enabling developers to create and manage images through advanced AI capabilities.

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

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.

Check API KeyALL_IMAGES_AI_CHECK_API_KEYAcción

Tool to check validity of current api key. use after obtaining your api key to validate its authenticity.

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

Create webhook endpointALL_IMAGES_AI_CREATE_WEBHOOK_ENDPOINTAcción

Tool to add a webhook endpoint to an api key. use when you want to receive print event callbacks at a custom endpoint.

Parámetros de entrada

  • urlstringObligatorio

    The HTTPS URL to receive webhook callbacks.

  • eventsstring[]

    List of event types to subscribe to. Defaults to ['print.failed','print.completed'] if not provided.

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

List Automated ImagesALL_IMAGES_AI_LIST_AUTOMATED_IMAGESAcción

Tool to list all images generated automatically for bulk use. use after creating automated-image batches to review and manage them.

Parámetros de entrada

  • tagstring

    Filter batches by a single tag.

  • namestring

    Filter batches by generation name (partial match).

  • sortstring

    Sort order, e.g., 'createdAt:desc' or 'name:asc'.

  • limitinteger

    Maximum number of batches to return (>=1).

  • offsetinteger

    Number of batches to skip (>=0).

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