n8n-nodes-veoapis
v1.0.2
Published
n8n node for VeoAPIs - AI-powered image generation, video creation, and data scraping
Downloads
303
Maintainers
Readme
n8n-nodes-veoapis
This is an n8n community node that lets you use VeoAPIs in your n8n workflows.
VeoAPIs is an AI-powered API platform that provides image generation, video creation, LinkedIn scraping, Amazon product data, and more.
n8n is a fair-code licensed workflow automation platform.
Installation
Community Nodes (Recommended)
For users on n8n v0.187+, your instance owner can install this node from Community Nodes.
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-veoapisin Enter npm package name - Agree to the risks of using community nodes
- Select Install
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Manual Installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-veoapisFor Docker-based deployments add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-veoapisOperations
This node supports the following operations:
Image Generation
- Generate AI images from text prompts
- Support for reference images
- Multiple output formats (PNG, JPEG, WEBP)
- Various aspect ratios
Video Generation
- Create AI videos from text descriptions
- Standard and Fast models
- Support for reference images
- Customizable aspect ratios
- Seed control for reproducibility
LinkedIn Scraping
- Extract LinkedIn profile data
- Fetch user posts
- Configurable post limits
Amazon Product Data
- Get Amazon product information
- Fetch product reviews
- Multiple marketplace support (US, UK, Germany, France, Canada, Japan)
Sora Watermark Remover
- Remove watermarks from Sora videos
- Direct video URL input
Image Variations
- Generate variations of existing images
- Multiple output formats
- Optional ZIP file output
Credentials
To use this node, you need VeoAPIs credentials:
- API Key: Your VeoAPIs API key
- API URL: Base URL (default: https://api.veoapis.com)
Get your API key from VeoAPIs Dashboard.
Compatibility
This node was developed and tested with:
- n8n version: 0.187+
- Node.js version: 16+
Usage
Basic Image Generation Example
- Add the VeoAPIs node to your workflow
- Select Image as the resource
- Enter your prompt: "A beautiful sunset over mountains"
- Set output format and size
- Execute the workflow
Video Generation Example
- Add the VeoAPIs node
- Select Video as the resource
- Enter your prompt: "A dog playing in a park"
- Choose model (Standard/Fast)
- Set aspect ratio
- Execute the workflow
LinkedIn Scraping Example
- Add the VeoAPIs node
- Select LinkedIn as the resource
- Enter LinkedIn profile URL
- Set the number of posts to fetch
- Execute the workflow
Resources
Version History
1.0.0
- Initial release
- Support for Image Generation
- Support for Video Generation
- Support for LinkedIn Scraping
- Support for Amazon Product Data
- Support for Sora Watermark Remover
- Support for Image Variations
