What problem does it solve?
The Video Generation skill removes friction from producing short AI-generated videos by converting text prompts or images into finished video outputs while handling asynchronous task creation, polling, and result retrieval so developers do not need to implement custom long-running workflows.
Core Features & Use Cases
- Text-to-Video: Produce short videos from natural language prompts with configurable quality, resolution, frame rate, and duration.
- Image-to-Video & Keyframes: Animate single images or generate smooth transitions between start and end frames using base64-encoded images or URLs.
- Asynchronous Task Management: Create tasks, poll with exponential backoff, query results, and integrate with HTTP or WebSocket APIs; supports batch generation, queue management, and basic error handling.
- Use Cases: Social media clips, marketing assets, educational visualizations, prototyping, and bulk content automation.
Quick Start
Generate a 5-second 1920x1080 video of "A cat playing with a ball" using the backend SDK and poll until the task completes.