NAiOS IconNAiOS Logo
Volver al catálogo

Supportivekoala

supportivekoala

Supportivekoala is a platform that automates image generation using customizable templates, enabling users to create visual content programmatically through API integration.

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

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.

Create ImageSUPPORTIVEKOALA_CREATE_IMAGEAcción

Tool to create a new image based on a template. use when you have selected your template and prepared modifications.

Parámetros de entrada

  • templatestringObligatorio

    UUID or slug of the template to use for image generation

  • webhook_urlstring

    Optional callback URL to receive a webhook when the image is ready

  • modificationsobjectObligatorio

    Key-value mapping of template-specific fields and their replacement values

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 TemplateSUPPORTIVEKOALA_CREATE_TEMPLATEAcción

Tool to create a new template for image generation. use after gathering template details.

Parámetros de entrada

  • namestringObligatorio

    Name of the template.

  • image_urlstringObligatoriouri

    URL of the base image for the template.

  • json_schemaobjectObligatorio

    JSON Schema object describing variable fields for the template.

  • webhook_urlstringuri

    Optional webhook URL for callbacks when generation is complete.

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 ImagesSUPPORTIVEKOALA_LIST_IMAGESAcción

Tool to list images associated with the authenticated user. use after confirming authentication.

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

List TemplatesSUPPORTIVEKOALA_LIST_TEMPLATESAcción

Tool to retrieve all templates. use when you need to list all templates for the authenticated user.

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

Register UserSUPPORTIVEKOALA_REGISTER_USERAcción

Tool to register a new user account. use after collecting valid user credentials.

Parámetros de entrada

  • emailanyObligatorioemail

    The email address of the user. Must be a valid email format.

  • passwordstringObligatorio

    The password for the user account. Choose a strong password.

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

Retrieve Template by IDSUPPORTIVEKOALA_RETRIEVE_TEMPLATEAcción

Tool to retrieve a template by id. use when you have a valid template id and need full template details. use after confirming this detail.

Parámetros de entrada

  • idstringObligatorio

    The unique ID of the template to retrieve.

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