Supportivekoala
supportivekoalaSupportivekoala is a platform that automates image generation using customizable templates, enabling users to create visual content programmatically through API integration.
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ónTool to create a new image based on a template. use when you have selected your template and prepared modifications.
SUPPORTIVEKOALA_CREATE_IMAGEAcciónTool to create a new image based on a template. use when you have selected your template and prepared modifications.
Parámetros de entrada
templatestringObligatorioUUID or slug of the template to use for image generation
webhook_urlstringOptional callback URL to receive a webhook when the image is ready
modificationsobjectObligatorioKey-value mapping of template-specific fields and their replacement values
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 TemplateSUPPORTIVEKOALA_CREATE_TEMPLATEAcciónTool to create a new template for image generation. use after gathering template details.
SUPPORTIVEKOALA_CREATE_TEMPLATEAcciónTool to create a new template for image generation. use after gathering template details.
Parámetros de entrada
namestringObligatorioName of the template.
image_urlstringObligatoriouriURL of the base image for the template.
json_schemaobjectObligatorioJSON Schema object describing variable fields for the template.
webhook_urlstringuriOptional webhook URL for callbacks when generation is complete.
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 ImagesSUPPORTIVEKOALA_LIST_IMAGESAcciónTool to list images associated with the authenticated user. use after confirming authentication.
SUPPORTIVEKOALA_LIST_IMAGESAcciónTool to list images associated with the authenticated user. use after confirming authentication.
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
List TemplatesSUPPORTIVEKOALA_LIST_TEMPLATESAcciónTool to retrieve all templates. use when you need to list all templates for the authenticated user.
SUPPORTIVEKOALA_LIST_TEMPLATESAcciónTool 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
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
Register UserSUPPORTIVEKOALA_REGISTER_USERAcciónTool to register a new user account. use after collecting valid user credentials.
SUPPORTIVEKOALA_REGISTER_USERAcciónTool to register a new user account. use after collecting valid user credentials.
Parámetros de entrada
emailanyObligatorioemailThe email address of the user. Must be a valid email format.
passwordstringObligatorioThe password for the user account. Choose a strong password.
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
Retrieve Template by IDSUPPORTIVEKOALA_RETRIEVE_TEMPLATEAcciónTool to retrieve a template by id. use when you have a valid template id and need full template details. use after confirming this detail.
SUPPORTIVEKOALA_RETRIEVE_TEMPLATEAcciónTool 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
idstringObligatorioThe unique ID of the template to retrieve.
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