AI Alt Text API

Send an image URL, get back a concise, accessibility-ready ALT text. One call, one result — no SDK, no dashboard to configure.

Get a free API key

Generate alt text

curl -X POST https://shop.lumnika.com/v1/alt \
  -H "X-Api-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"imageUrl":"https://example.com/photo.jpg"}'
{ "alt": "Golden retriever running across a grass field at sunset" }

Plans

PlanPriceCalls / month
Free$05
Pro$4.99/month200

Checkout runs on Stripe under "Cosmos Automations" — the registered name behind this API.

Errors

StatusMeaning
401missing or invalid API key
402monthly quota reached — upgrade to Pro
400missing or invalid imageUrl
502the image could not be fetched or read

Notes