Skip to main content
Every alttextai.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Account

get

account.get Get AltText.ai account settings and usage Risk: read
Input: empty object Output

update

account.update Update AltText.ai account settings Risk: write
Input
Output

Images

bulkCreate

images.bulkCreate Upload a CSV of image URLs for batch alt text generation Risk: write
Input Output

create

images.create Add an image and generate AI alt text from URL or base64 data Risk: write
Input
Output

delete

images.delete Delete an image from the AltText.ai library Risk: destructive
Input Output

get

images.get Retrieve image metadata and alt text by asset ID Risk: read
Input Output

list

images.list List images in the AltText.ai library with pagination Risk: read
Input Output

pageScrape

images.pageScrape Scrape a web page and queue alt text for all images found Risk: write
Input
Output

images.search Search images by alt text, asset ID, or URL substring Risk: read
Input Output

update

images.update Update alt text or metadata for an existing image Risk: write
Input
Output