All Images AI
all_images_aiAll-Images.ai provides AI-powered image generation, retrieval, and management services, enabling developers to create and manage images through advanced AI capabilities.
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ónTool to check validity of current api key. use after obtaining your api key to validate its authenticity.
ALL_IMAGES_AI_CHECK_API_KEYAcciónTool 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
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
Create webhook endpointALL_IMAGES_AI_CREATE_WEBHOOK_ENDPOINTAcciónTool to add a webhook endpoint to an api key. use when you want to receive print event callbacks at a custom endpoint.
ALL_IMAGES_AI_CREATE_WEBHOOK_ENDPOINTAcciónTool 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
urlstringObligatorioThe 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
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
List Automated ImagesALL_IMAGES_AI_LIST_AUTOMATED_IMAGESAcciónTool to list all images generated automatically for bulk use. use after creating automated-image batches to review and manage them.
ALL_IMAGES_AI_LIST_AUTOMATED_IMAGESAcciónTool to list all images generated automatically for bulk use. use after creating automated-image batches to review and manage them.
Parámetros de entrada
tagstringFilter batches by a single tag.
namestringFilter batches by generation name (partial match).
sortstringSort order, e.g., 'createdAt:desc' or 'name:asc'.
limitintegerMaximum number of batches to return (>=1).
offsetintegerNumber of batches to skip (>=0).
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