🎬 Generate text-to-video and image-to-video clips with Kling 2.6 via KIE.AI

⚑ 665 views · 🎬 Content Creation & Video

πŸ’‘ Pro Tip β€” Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β€” drop it into your workflow and skip the parsing.

View All Scrapers

Description

**This n8n template provides a comprehensive suite of Kling 2.6 video generation capabilities through the KIE.AI API. The workflow includes two independent video generation workflows: text-to-video and image-to-video. Each workflow can be used independently to create videos from different input types, making it perfect for content creators, marketers, and video production teams. ** Use cases are many: Create videos from text descriptions without any input media, transform static images into animated videos, generate engaging video content for social media, automate video production workflows, create video variations from the same source, produce marketing videos at scale, repurpose content across different video formats, or streamline video creation pipelines for content teams!

Good to know

How it works

The template includes two independent workflows that can be used separately based on your input type:

1. Text-to-Video (Top Section):

  1. Video Parameters Setup: Set prompt, duration, aspect ratio (e.g., β€œ9:16”, β€œ16:9”), and sound (true/false) in β€˜Set Text to Video Parameters’ node
  2. Video Generation Submission: Parameters are submitted to KIE.AI API using kling-2.6/text-to-video model
  3. Processing Wait: Workflow waits 5 seconds, then polls the generation status
  4. Status Check: Checks if video generation is complete, queuing, generating, or failed
  5. Polling Loop: If still processing, workflow waits and checks again until completion
  6. Video URL Extraction: Once complete, extracts the generated video file URL from the API response
  7. Video Download: Downloads the generated video file for local use

2. Image-to-Video (Bottom Section):

  1. Video Parameters Setup: Set prompt, image URL, duration, and sound (true/false) in β€˜Set Prompt & Image Url’ node
  2. Video Generation Submission: Parameters are submitted to KIE.AI API using kling-2.6/image-to-video model
  3. Processing Wait: Workflow waits 5 seconds, then polls the generation status
  4. Status Check: Checks if video generation is complete, queuing, generating, or failed
  5. Polling Loop: If still processing, workflow waits and checks again until completion
  6. Video URL Extraction: Once complete, extracts the generated video file URL from the API response
  7. Video Download: Downloads the generated video file for local use

All workflows automatically handle different processing states (queuing, generating, success, fail) and retry polling until video generation is complete. Each workflow operates independently, allowing you to use only the video generation type you need.

How to use

  1. Setup Credentials:
    • Configure KIE.AI API key as HTTP Bearer Auth credential (used for both workflows)
  2. Choose Your Workflow:
    • For Text-to-Video: Update β€˜Set Text to Video Parameters’ node with prompt, duration (e.g., β€œ5”, β€œ10”, β€œ15”), aspect ratio (e.g., β€œ9:16”, β€œ16:9”), and sound (true/false)
    • For Image-to-Video: Update β€˜Set Prompt & Image Url’ node with prompt, image URL (publicly accessible), duration, and sound (true/false)
  3. Set Video Parameters:
    • prompt: Detailed text description of the desired video content, style, and effects
    • duration: Video duration in seconds as a string (e.g., β€œ5”, β€œ10”, β€œ15”)
    • aspect_ratio: Video aspect ratio as a string (e.g., β€œ9:16” for vertical, β€œ16:9” for landscape, β€œ1:1” for square, β€œ4:3” for classic) - Text-to-Video only
    • sound: Boolean value (true/false) to enable or disable sound in the generated video
    • image_urls: Publicly accessible URL for image-to-video workflow (single URL string)
  4. Deploy Workflow: Import the template and activate the workflow
  5. Trigger Generation: Use manual trigger to test, or replace with webhook/other trigger
  6. Receive Video: Get generated video file URL and download the video file

Pro tip: Write detailed, descriptive prompts to guide the video generation - the more specific your prompt, the better the video output. Include scene details, camera movements, lighting, style, and visual effects in your prompt. For image-to-video, ensure your input image is hosted on a public URL (HTTPS recommended). Choose the aspect ratio that matches your target platform - 9:16 for mobile/social media, 16:9 for standard video, 1:1 for square posts. The workflows automatically handle polling, status checks, and video download, so you can set it and forget it. You can use different workflows for different use cases - text-to-video for pure creation, image-to-video for animating static content.

Requirements

Customizing this workflow

Workflow Selection: Use only the workflows you need by removing or disabling nodes for text-to-video or image-to-video. Each workflow operates independently.

Trigger Options: Replace the manual trigger with webhook trigger for API-based video generation requests, schedule trigger for batch processing, or form trigger for user submissions.

Video Settings: Modify duration (as string, e.g., β€œ5”, β€œ10”, β€œ15”), aspect ratio (e.g., β€œ9:16”, β€œ16:9”, β€œ1:1”, β€œ4:3” for text-to-video), and sound (true/false) in the respective β€˜Set’ nodes to match your content needs.

Prompt Engineering: Enhance prompts in the β€˜Set’ nodes with detailed scene descriptions, visual effects, camera movements, style effects, and artistic directions for better video quality. The more descriptive your prompt, the better the output.

Aspect Ratio Selection: Choose aspect ratios based on your target platform - 9:16 for mobile/social media (Instagram Stories, TikTok), 16:9 for standard video (YouTube), 1:1 for square posts (Instagram), or 4:3 for classic format.

Batch Processing: Add loops to process multiple prompts or images from a list or spreadsheet automatically, generating videos in batch.

Storage Integration: Add nodes to save generated videos to Google Drive, Dropbox, S3, or other storage services before or after download.

Post-Processing: Add nodes between video generation and download to add captions, apply filters, add watermarks, or integrate with video editing tools.

Error Handling: Add notification nodes (Email, Slack, Telegram) to alert when video generation completes, fails, or encounters errors.

Content Management: Add nodes to log video generation results, track processing status, or store outputs in databases or spreadsheets.

Video Variations: Create multiple video variations with different prompts and settings for A/B testing or content variations.

Social Media Integration: Add nodes after video download to automatically upload videos to YouTube, Instagram, TikTok, or other platforms.

Quality Control: Add conditional logic to check video quality, file size, or other characteristics before proceeding with download or distribution.

πŸ”— Nodes Used

HTTP Request

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup