Jigsawstack
jigsawstackJigsawStack provides a suite of custom small AI models integrated into scalable infrastructure, enabling developers to build AI-powered applications efficiently.
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ónTool to generate images from text prompts. Use when you need visual content created from a prompt.
JIGSAWSTACK_IMAGE_GENERATIONAcciónTool to generate images from text prompts. Use when you need visual content created from a prompt.
Parámetros de entrada
urlstringDestination URL to send the generated image
stepsintegerDenoising steps; higher = better quality, slower
widthintegerImage width in pixels (256-1920)
heightintegerImage height in pixels (256-1920)
promptstringObligatorioText prompt to generate image (1-5000 characters)
return_typestringenumResponse return type
urlbase64binaryaspect_ratiostringenumAspect ratio of the generated image
1:116:921:93:22:34:55:43:44:39:169:21output_formatstringenumImage output format
pngsvgadvance_configobjectAdvanced generation options
file_store_keystringKey to store generated image in file storage
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
Sentiment AnalysisJIGSAWSTACK_SENTIMENT_ANALYSISAcciónTool to analyze text sentiment. Use when you need to classify text into positive, negative, or neutral sentiment.
JIGSAWSTACK_SENTIMENT_ANALYSISAcciónTool to analyze text sentiment. Use when you need to classify text into positive, negative, or neutral sentiment.
Parámetros de entrada
textstringObligatorioThe text content to analyze for sentiment and emotion.
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
Text to SpeechJIGSAWSTACK_TEXT_TO_SPEECHAcciónTool to convert text to natural-sounding speech. Use when you need to generate an audio file from text input.
JIGSAWSTACK_TEXT_TO_SPEECHAcciónTool to convert text to natural-sounding speech. Use when you need to generate an audio file from text input.
Parámetros de entrada
textstringObligatorioText to generate speech from. Standard TTS supports 5-1500 characters; voice cloning supports 5-500 characters.
accentstringAccent identifier for standard TTS. Ignored when using voice cloning.
speaker_clone_urlstringuriPublic URL to an audio sample for voice cloning; mutually exclusive with file_store_key.
speaker_clone_file_store_keystringFile store key for an uploaded audio sample for voice cloning; mutually exclusive with URL.
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
Web SearchJIGSAWSTACK_WEB_SEARCHAcciónTool 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.
JIGSAWSTACK_WEB_SEARCHAcciónTool 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
querystringObligatorioThe search value (max 400 characters).
byo_urlsstring[]Restrict results to these URLs.
ai_overviewbooleanInclude AI-generated overview of the results.
safe_searchstringenumSafe search level.
moderatestrictoffspell_checkbooleanWhether to perform spell check on the query.
country_codestringCountry code for geo-aware search (e.g., 'USA', 'GBR').
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