NAiOS IconNAiOS Logo
Volver al catálogo

Jigsawstack

jigsawstack

JigsawStack provides a suite of custom small AI models integrated into scalable infrastructure, enabling developers to build AI-powered applications efficiently.

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

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.

Generate Image from PromptJIGSAWSTACK_IMAGE_GENERATIONAcción

Tool to generate images from text prompts. Use when you need visual content created from a prompt.

Parámetros de entrada

  • urlstring

    Destination URL to send the generated image

  • stepsinteger

    Denoising steps; higher = better quality, slower

  • widthinteger

    Image width in pixels (256-1920)

  • heightinteger

    Image height in pixels (256-1920)

  • promptstringObligatorio

    Text prompt to generate image (1-5000 characters)

  • return_typestringenum

    Response return type

    urlbase64binary
  • aspect_ratiostringenum

    Aspect ratio of the generated image

    1:116:921:93:22:34:55:43:44:39:169:21
  • output_formatstringenum

    Image output format

    pngsvg
  • advance_configobject

    Advanced generation options

  • file_store_keystring

    Key to store generated image in file storage

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

Sentiment AnalysisJIGSAWSTACK_SENTIMENT_ANALYSISAcción

Tool to analyze text sentiment. Use when you need to classify text into positive, negative, or neutral sentiment.

Parámetros de entrada

  • textstringObligatorio

    The text content to analyze for sentiment and emotion.

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

Text to SpeechJIGSAWSTACK_TEXT_TO_SPEECHAcción

Tool to convert text to natural-sounding speech. Use when you need to generate an audio file from text input.

Parámetros de entrada

  • textstringObligatorio

    Text to generate speech from. Standard TTS supports 5-1500 characters; voice cloning supports 5-500 characters.

  • accentstring

    Accent identifier for standard TTS. Ignored when using voice cloning.

  • speaker_clone_urlstringuri

    Public URL to an audio sample for voice cloning; mutually exclusive with file_store_key.

  • speaker_clone_file_store_keystring

    File store key for an uploaded audio sample for voice cloning; mutually exclusive with URL.

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

Web SearchJIGSAWSTACK_WEB_SEARCHAcción

Tool to perform AI-powered web search with AI overview and geo-aware results. Use when you need concise search results enriched with AI summary and location context.

Parámetros de entrada

  • querystringObligatorio

    The search value (max 400 characters).

  • byo_urlsstring[]

    Restrict results to these URLs.

  • ai_overviewboolean

    Include AI-generated overview of the results.

  • safe_searchstringenum

    Safe search level.

    moderatestrictoff
  • spell_checkboolean

    Whether to perform spell check on the query.

  • country_codestring

    Country code for geo-aware search (e.g., 'USA', 'GBR').

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