vidiai

n8n community node for Vidiai — AI video, image and music generation API

Package Information

Downloads: 3 weekly / 21 monthly
Latest Version: 1.0.0

Documentation

n8n-nodes-vidiai

n8n community node for Vidiai — AI video, image, and music generation API.

Installation

In your n8n instance:

  1. Go to Settings > Community Nodes
  2. Click Install a community node
  3. Enter n8n-nodes-vidiai
  4. Click Install

Or install manually:

cd ~/.n8n
npm install n8n-nodes-vidiai

Credentials

  1. Sign up at vidiking.com
  2. Go to Dashboard > API to get your API key
  3. In n8n, create a new Vidiai API credential and paste your key
  4. Choose Production or Sandbox (free, watermarked) environment

Resources & Operations

Video

  • Render — Render a video from a timeline JSON
  • Stitch — Stitch multiple videos together with optional transitions
  • Trim — Trim a video to a specific time range
  • Subtitles — Auto-generate and add subtitles
  • Upscale — Upscale video resolution
  • Check Status — Check the status of any job

Image

  • Generate — Generate an image from a text prompt (DALL-E 3, Flux, Stable Diffusion)
  • Edit — Crop, resize, filter, remove background, or upscale an image
  • To Video — Convert a still image to a video with motion effects
  • Bulk Generate — Generate images in bulk from a template and data array

Audio

  • Voiceover — Generate text-to-speech voiceovers (ElevenLabs)
  • Add to Video — Mix audio into an existing video

Template

  • Render — Render a template with custom field values
  • List — Browse available templates by category

AI

  • Generate Video — Generate a video from a text prompt
  • Generate Script — Generate a video script with tone and audience targeting

Wallet

  • Get Balance — Check your current balance
  • Get Usage — View usage statistics by period

Trigger Node

Vidiai Trigger listens for webhook events from the Vidiai API:

  • job.complete — fires when any render/generation job finishes
  • job.failed — fires when a job fails

The trigger automatically registers and unregisters the webhook URL with the Vidiai API.

Quick Examples

1. Real Estate Listing Video

Manual Trigger -> Vidiai (Template: Render) -> Output

Set the template ID to a real estate template, pass property details as modifications (address, price, photos), and get a finished video URL.

2. AI Script to Voiceover

Manual Trigger -> Vidiai (AI: Generate Script) -> Vidiai (Audio: Voiceover) -> Output

Generate a script for any topic, then immediately convert it to a professional voiceover.

3. Social Media Image + Video

Manual Trigger -> Vidiai (Image: Generate) -> Vidiai (Video: Render) -> Output

Generate an AI image, then compose it into a video with text overlays and animations.

See the /examples directory for importable n8n workflow JSON files.

Documentation

Full API documentation: docs.vidiking.com

License

MIT

Discussion