Alttext Ai

Learn how to use Alttext Ai with Composio

Overview

Enum

ALTTEXT_AI

Description

AltText.ai is a service that automatically generates alt text for images, enhancing accessibility and SEO.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve account settings and usage information. use when you need to check your alttext.ai account configuration and usage limits before generating alt text.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve account settings and usage information. use when you need to check your alttext.ai account configuration and usage limits before generating alt text.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a paginated list of images in your library, including their alt text and metadata. use when you need to browse or filter images programmatically after authentication.

Action Parameters

limit
integerDefaults to 20
page
integerDefaults to 1
url
string

Action Response

data
object
error
string
successful
boolean
Tool to search for images and their alt text. use after specifying search keywords to retrieve matching images.

Action Parameters

filters
object
page
integerDefaults to 1
per_page
integerDefaults to 10
query
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to update account settings (e.g., webhook url, name). use after confirming current account details to modify settings.

Action Parameters

account
objectRequired

Action Response

data
object
error
string
successful
boolean