Dev.to1 min read
Add WCAG Alt Text to Every Image with One API Call
If your site has images without alt text, you have two problems: Screen readers can't describe them to visually impaired users You might get sued -- ADA lawsuits over web accessibility hit record numbers in 2025 Manually writing alt text for hundreds of images is tedious. So I built an API that does it with one call per image. The API Send an image URL, get WCAG 2.1 compliant alt text back: import requests response = requests.post( "https://origrid-alt-text.p.rapidapi.com/v1/alt/generate", heade
Read original on dev.to0
0Related
Hacker News
$500 GPU outperforms Claude Sonnet on coding benchmarks
Discussed on Hacker News with 377 points and 217 comments.
377
217Hacker News
Whistler: Live eBPF Programming from the Common Lisp REPL
Discussed on Hacker News with 115 points and 13 comments.
115
13Hacker News
Anthropic Subprocessor Changes
Discussed on Hacker News with 98 points and 44 comments.
98
44Get the 10 best reads every Sunday
Curated by AI, voted by readers. Free forever.
Liked this? Start your own feed.
Comment
Sign in to join the discussion.
Loading comments…