NAiOS IconNAiOS Logo
Volver al catálogo

Astica AI

astica_ai

astica 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
2
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 (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ón

Tool to analyze audio input for transcription. use when you need to convert an audio url or base64 string to text.

Parámetros de entrada

  • tknstringObligatorio

    Your Astica API key

  • inputstringObligatorio

    HTTPS URL to .wav/.mp3 file or Base64-encoded audio

  • doStreamintegerenum

    0 for full transcription, 1 for streaming partial results

    01
  • low_priorityintegerenum

    0 for standard priority, 1 for low-priority processing

    01
  • modelVersionstringenum

    Which speech-to-text model version to use

    1.0_full2.0_full

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

ASTICA_READ_TEXTASTICA_AI_ASTICA_READ_TEXTAcción

Tool 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_urlanyObligatoriouri

    HTTPS URL of the image to analyze or Base64-encoded image string.

  • model_versionstringenum

    AsticaVision 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

  • 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