What problem does it solve?
This Skill removes the manual effort of wiring up asynchronous video generation so applications can create video outputs from text or images with reliable task tracking and result retrieval.
Core Features & Use Cases
- Text-to-video generation: Create short videos from natural-language prompts for prototypes, social content, or automated media pipelines.
- Image-to-video and keyframe workflows: Turn a single image or paired start and end frames into animated video output, using base64-encoded inputs for better reliability.
- Asynchronous task management: Create generation jobs, poll for completion, and extract the resulting video URL from multiple possible response fields.
- Production integration: Build backend-only services, scripts, or APIs that wrap generation, status checks, retries, and timeout handling.
Quick Start
Ask for a backend implementation that creates a video generation task, polls until it finishes, and returns the final video URL for the supplied prompt or image.