fliz-ai-video-generator

Create AI-generated videos from text via the Fliz REST API.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/jieni777/opencode-config-backup --skill fliz-ai-video-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fliz-ai-video-generator
Source: https://github.com/jieni777/opencode-config-backup/tree/main/skills/fliz-ai-video-generator
Command: npx skills add https://github.com/jieni777/opencode-config-backup --skill fliz-ai-video-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Fliz API integration for video generation enables developers to transform plain text into polished AI-generated videos without manual, repetitive steps, saving time and enabling scalable content workflows.

Core Features & Use Cases

  • Video creation from text: generate videos with voices, images, and subtitles from article or script content.
  • Status monitoring & webhooks: track progress via polling or receive webhook notifications when a video is ready.
  • Translations & duplication: translate existing videos or duplicate for multi-language workflows, dashboards, and CMS pipelines.
  • Automation-ready endpoints: list voices, music, and resources to drive end-to-end automation in WordPress, Zapier, Make, n8n, or custom apps.

Quick Start

Install the Fliz AI Video Generator skill, set your FLIZ_API_KEY, and run a script to create a video from text content.

Frequently Asked Questions about fliz-ai-video-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate AI videos from text automatically?

AI video generation from text works by sending plain text to the Fliz REST API endpoint, which automatically creates a video with voices, images, and subtitles and returns a video ID for status tracking.

Can I use webhooks to monitor AI video generation status?

Yes, you can monitor AI video generation status using webhooks. The API supports webhook notifications alongside polling to automatically alert your workflow when a requested video finishes rendering.

Does this API support video translation and duplication for multi-language workflows?

Yes, the API supports video translation and duplication for multi-language workflows. You can automatically translate existing videos or duplicate them to scale content pipelines across different CMS platforms.

How do I integrate AI video generation with automation platforms like n8n or Zapier?

You can integrate AI video generation with automation platforms like n8n or Zapier by calling Fliz REST API endpoints for video creation and resource listing, using Bearer token authentication to securely connect workflows.

What do I need to start automating video creation from text?

To start automating video creation from text, you need a valid Fliz API key for Bearer token authentication and the Python requests library to handle the REST API calls within your custom scripts.