Docs

Documentation

How to use Imbricalt to generate alt text, embed it into images, and surface it on any site.

Quick Start

Go to imbricalt.com/app and drop an image. Imbricalt generates descriptive alt text and lets you download the image with the description embedded into its IPTC and XMP metadata. No account needed for your first 5 generations.

Once you have an Imbricalt-processed image, install the Chrome extension. It detects the Imbricalt signature in the image metadata and displays the alt text as a floating label wherever the image appears on the web.

How It Works

Alt text is written directly into the image file using industry-standard metadata fields:

IPTCCaption/Abstract (2#120)
XMPdc:description
XMPIptc4xmpCore:AltTextAccessibility
Imbricaltimbricalt:processed = true

Once embedded, the alt text travels with the file. Upload it to any CMS, site, or platform — the description follows. The Imbricalt Chrome extension scans pages for the imbricalt:processed signature and surfaces the description as a floating label.

Chrome Extension

The Chrome extension makes Imbricalt useful everywhere. Once an image has been processed, its description lives inside the file itself. The extension:

  1. Scans all images on the page
  2. Reads the JPEG APP1 / PNG iTXt chunk to detect the Imbricalt signature and extract the alt text
  3. Displays a floating label over each processed image with the description and a copy button
  4. No API calls, no configuration, no permissions beyond fetching image bytes
Download Chrome Extension

Load it unpacked from chrome://extensions after unzipping.

API (Pro)

Pro users can generate and embed alt text programmatically via the Imbricalt API. You'll need an API key from the settings panel.

Generate alt text

POST /api/process — upload an image, receive generated alt text.

curl -X POST https://imbricalt.com/api/process \
  -H "X-API-Key: af_key_..." \
  -F "image=@photo.jpg"

Download with embedded metadata

POST /api/download — embed alt text into the image and download.

curl -X POST https://imbricalt.com/api/download \
  -H "X-API-Key: af_key_..." \
  -F "image=@photo.jpg" \
  -F "altText=A person walking in a park" \
  -o photo-with-alt.jpg

Supported Formats

JPEG — IPTC + XMP metadata embedding (APP1 + APP13 markers)

PNG — XMP metadata embedding (iTXt chunk)

WebP — Supported for generation, metadata embedding coming soon

Pricing

Try — 5 generations, no account needed

Free — 50 generations/month, Chrome extension

Pro — Unlimited generations, API access, bulk processing, $9/month