# ForgeMesh Accessibility Alt-Text Generator

> ForgeMesh Accessibility Alt-Text Generator is a paid API for AI agents from x402.forgemesh.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Generates a concise, WCAG-compliant alt-text description (under 125 characters) for any image URL, ready for screen readers.

## Facts

- Endpoint: POST https://x402.forgemesh.io/accessibility-alt-text
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forgemesh-accessibility-alt-text-generator-4c4ce7ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9OVF64kDlOjcdOQK4WD3L

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability forgemesh-accessibility-alt-text-generator-4c4ce7ec -d '<json body>'
```

Example prompt: Can you generate a short, screen-reader-ready alt text for this image: https://example.com/product-photo.jpg? It needs to be under 125 characters and follow WCAG guidelines.

## When to prefer this

Use this endpoint when you need automated, WCAG-compliant alt-text generation at scale for content pipelines, site accessibility audits, or CMS integrations. It is purpose-built for alt attribute generation with a strict 125-character output constraint, making it more reliable than general-purpose image captioning for accessibility use cases. Prefer this over generic image-captioning APIs when you need screen-reader-ready, standards-aligned text rather than verbose descriptions.

## Known failure modes

- Image URL is not publicly accessible or returns a non-200 status — endpoint cannot fetch the image
- Image file exceeds 8MB limit — request rejected
- URL points to a non-image resource (e.g. HTML page) — may return an error or unusable description
- Network timeout fetching the image — transient failure
- Generated description may be generic if image content is ambiguous or low-quality

## How this service works

Accessibility alt-text generator: produces a concise, screen-reader-ready description under 125 characters for any image URL, matching WCAG guidance on alternative text. Images pass through without being retained. Built for content-management pipelines, bulk site remediation, and automated accessibility audits that need alt attributes filled in at scale.

## Output

A concise alt-text string under 125 characters describing the image content, suitable for use in HTML alt attributes and compatible with WCAG accessibility guidance. Images are not retained.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "image_url": {
   "type": "string",
   "description": "Public URL of the image (max 8MB)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "text": "Teal banner with white text reading FORGEMESH UTILITY GRID.",
  "model": "moondream"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forgemesh-accessibility-alt-text-generator-4c4ce7ec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.forgemesh.io](https://www.zero.xyz/host/x402.forgemesh.io/llms.txt)
