Package Information
Released: 6/6/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 1.0.0
Author: alttextify
Available Nodes
Documentation
n8n-nodes-alttextify
n8n node for creating AI based alt text in 140+ languages. AltTextify uses state of the art AI models and computer vision / "image to text" to generate accurate, descriptive alt text that enhances ADA compliance, improves search engine rankings, and saves you hours of manual work.
Operations
Generate Alt Text the operation is supported by your node
How to use
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-alttextify
in Enter npm package name. field. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-alttextify
Setup
- Go to Credentials.
- Select
Add Credential
button. - Select
AltTextify API
from the Search for app dropdown. - Get your AltTextify API key from API Getting Started.
- Enter your AltTextify API key in the API Key field.
API Reference
Contributing
- Fork it (https://github.com/alttextify/n8n-nodes-alttextify/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -m 'feat(fooBar) Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request