Skip to content

Add AltTextify app with alt text generation action #17024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thetawavetechnologies
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants