Astica Ai

Learn how to use Astica Ai with Composio

Overview

Enum

ASTICA_AI

Description

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.

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

doStream
integer
input
stringRequired
low_priority
integer
modelVersion
stringDefaults to 1.0_full
tkn
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

image_url
Required
model_version
stringDefaults to 2.0_full

Action Response

data
object
error
string
successful
boolean