Astica AI
astica_aiastica ai offers a suite of cognitive intelligence APIs, including computer vision, natural language processing, and voice synthesis, enabling developers to integrate advanced AI capabilities into their applications.
Acciones disponibles (2)
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.
Analyze AudioASTICA_AI_ANALYZE_AUDIOAcciónTool to analyze audio input for transcription. use when you need to convert an audio url or base64 string to text.
ASTICA_AI_ANALYZE_AUDIOAcciónTool to analyze audio input for transcription. use when you need to convert an audio url or base64 string to text.
Parámetros de entrada
tknstringObligatorioYour Astica API key
inputstringObligatorioHTTPS URL to .wav/.mp3 file or Base64-encoded audio
doStreamintegerenum0 for full transcription, 1 for streaming partial results
01low_priorityintegerenum0 for standard priority, 1 for low-priority processing
01modelVersionstringenumWhich speech-to-text model version to use
1.0_full2.0_full
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
ASTICA_READ_TEXTASTICA_AI_ASTICA_READ_TEXTAcciónTool to perform ocr on an image to extract text. use when you need to read raw text from images after confirming the image source.
ASTICA_AI_ASTICA_READ_TEXTAcciónTool to perform ocr on an image to extract text. use when you need to read raw text from images after confirming the image source.
Parámetros de entrada
image_urlanyObligatoriouriHTTPS URL of the image to analyze or Base64-encoded image string.
model_versionstringenumAsticaVision model version to use. Use '2.0_full' or '2.1_full' for OCR support.
1.0_full2.0_full2.1_full
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