Add AltTextify app with alt text generation action #17024
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WHY
This PR introduces a new integration for AltTextify, an AI-driven platform that generates intelligent, context-aware alt text for images, enhancing web accessibility and SEO.
Key Features:
App Definition (alttextify.app.mjs):
Implements custom authentication using an API key.
Includes a test endpoint to validate API connectivity.
Action (generate-alt-text.mjs):
Accepts an image URL and optional language parameter.
Sends a POST request to AltTextify's API to generate descriptive alt text.
Returns the generated alt text for use in workflows.
Use Cases:
Automatically generate alt text for images uploaded to e-commerce platforms like Shopify or WooCommerce.
Enhance blog post accessibility by generating alt text for images in WordPress.
Notes:
The integration adheres to Pipedream's Component Guidelines & Patterns.
Utilizes @pipedream/platform's axios for HTTP requests.
Includes $summary for concise action summaries in workflows.
Please review and let me know if any adjustments are needed. I'm open to feedback and eager to contribute further enhancements.