veoapis

n8n node for VeoAPIs - AI-powered image generation, video creation, and data scraping

Package Information

Downloads: 5 weekly / 30 monthly
Latest Version: 1.0.2
Author: VeoAPIs

Documentation

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.

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-veoapis in Enter npm package name
  4. Agree to the risks of using community nodes
  5. 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-veoapis

For 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-veoapis

Operations

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:

  1. API Key: Your VeoAPIs API key
  2. 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

  1. Add the VeoAPIs node to your workflow
  2. Select Image as the resource
  3. Enter your prompt: "A beautiful sunset over mountains"
  4. Set output format and size
  5. Execute the workflow

Video Generation Example

  1. Add the VeoAPIs node
  2. Select Video as the resource
  3. Enter your prompt: "A dog playing in a park"
  4. Choose model (Standard/Fast)
  5. Set aspect ratio
  6. Execute the workflow

LinkedIn Scraping Example

  1. Add the VeoAPIs node
  2. Select LinkedIn as the resource
  3. Enter LinkedIn profile URL
  4. Set the number of posts to fetch
  5. 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

License

MIT

Discussion