Overview
The typical workflow for creating videos with Hooked involves four steps: fetching resources, creating a project, waiting for processing, and downloading the result.Workflow Steps
Wait for Processing
Video processing takes 2-5 minutes. Use a webhook or poll video details.
Two Approaches
From Scratch
Specify all parameters manually — avatar, voice, script, music, etc. Best for one-off videos.From Templates
Use pre-configured templates with{{variable}} replacement. Best for personalized campaigns at scale.
For the complete guide with code examples for both approaches, see Complete Workflow.
Related
Complete Workflow Guide
Detailed guide with full code examples
Create Video
API reference for creating videos
Webhooks
Handle completion notifications
Examples
See complete code examples