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
1
Get Resources
Fetch available avatars, voices, and music to configure your video.
2
Create Project
Send a creation request with your script and selected resources.
3
Wait for Processing
Video processing takes 2-5 minutes. Use a webhook or poll video details.
4
Download Video
Once completed, download from the URL in the webhook payload or video details response.
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