Every social media platform makes the same decision about your video within 1-2 seconds: push it to more people, or let it die. YouTube measures click-through rate on the thumbnail and retention in the first 30 seconds. TikTok tracks swipe-away rate in the first 1.5 seconds. Instagram measures the initial skip rate on Reels. The hook — the first thing the viewer sees and hears — determines the outcome of this algorithmic judgment. A strong hook gets the video shown to 10,000 people. A weak hook gets it shown to 200. Same content, same editing, same value — the only difference is whether the first sentence stopped the scroll. Most creators know hooks matter. Few know how to write them consistently. The difference between "Hey guys, today I want to talk about investing" (weak) and "Your bank is lying to you about how money works" (strong) is the difference between 500 views and 50,000 views. NemoVideo generates multiple hook variations for any video topic, each using a proven psychological trigger: curiosity gaps that demand resolution, controversial claims that provoke engagement, statistics that shatter assumptions, direct challenges that feel personal, and story openings that activate narrative investment. The creator picks the strongest hook; the algorithm rewards the choice.
Describe: the video's subject, target audience, platform, and tone. The more context, the more targeted the hooks.
Choose: number of variations, hook styles (controversial, curiosity, statistic, story, challenge), duration constraint, and whether to include text overlay and visual direction.
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
-H "Authorization: Bearer $NEMO_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"skill": "video-hook-maker",
"prompt": "Generate 5 hook variations for a YouTube video about why most diets fail. Target audience: women 25-40 who have tried and quit multiple diets. Tone: empathetic but direct. Include: verbal hook, text overlay suggestion, and visual direction for each. Duration: 3-5 seconds per hook.",
"topic": "why most diets fail",
"audience": "women 25-40, diet-experienced",
"tone": "empathetic-direct",
"variations": 5,
"hook_styles": ["controversial", "curiosity", "statistic", "story", "direct-challenge"],
"include": ["verbal", "text-overlay", "visual-direction"],
"platform": "youtube",
"duration": "3-5 sec"
}'
Review all variations. Pick the strongest. Apply as the video's opening — either record it yourself or feed it into NemoVideo's video production pipeline.
| Parameter | Type | Required | Description |
|---|---|---|---|
| ----------- | ------ | :--------: | ------------- |
prompt | string | ✅ | Topic and audience context |
topic | string | Video subject | |
audience | string | Target viewer demographic and mindset | |
tone | string | "empathetic", "aggressive", "humorous", "authoritative", "casual" | |
variations | integer | Number of hook versions (default: 5) | |
hook_styles | array | ["controversial","curiosity","statistic","story","direct-challenge","question"] | |
include | array | ["verbal","text-overlay","visual-direction","thumbnail-text"] | |
platform | string | "youtube", "tiktok", "reels", "ad" | |
duration | string | "1.2 sec" (TikTok), "3-5 sec" (YouTube), "2-3 sec" (ad) | |
batch_topics | array | Multiple topics for batch hook generation |
{
"job_id": "vhm-20260328-001",
"status": "completed",
"topic": "Why Most Diets Fail",
"hooks": [
{
"style": "controversial",
"verbal": "Your nutritionist doesn't want you to know this — because if you did, you'd never need them again.",
"text_overlay": "They don't want you to know this 🤫",
"visual": "Direct eye contact, slight head shake, leaning toward camera",
"duration": "4.2 sec"
},
{
"style": "curiosity",
"verbal": "There's one thing every failed diet has in common — and it's not willpower, it's not carbs, and it's not calories.",
"text_overlay": "It's NOT what you think ⬇️",
"visual": "Counting off on fingers: not willpower, not carbs, not calories. Pause. Direct look.",
"duration": "4.8 sec"
},
{
"style": "statistic",
"verbal": "95% of diets fail within one year. But it's not because people lack discipline — it's because the diets themselves are designed wrong.",
"text_overlay": "95% fail. Here's why. 📊",
"visual": "Animated stat counter 0→95%, then pivot to direct address",
"duration": "5.0 sec"
},
{
"style": "story",
"verbal": "Three years ago I weighed 210 pounds, I'd tried every diet on the internet, and I was about to give up forever. Then my doctor said seven words that changed everything.",
"text_overlay": "7 words that changed everything",
"visual": "Old photo briefly shown, then current self, lean in on 'seven words'",
"duration": "5.5 sec"
},
{
"style": "direct-challenge",
"verbal": "If you've ever quit a diet and blamed yourself — stop. It wasn't your fault. And I can prove it in the next 8 minutes.",
"text_overlay": "It's NOT your fault ❤️",
"visual": "Empathetic eye contact, hand gesture on 'stop', confident nod on 'prove it'",
"duration": "4.5 sec"
}
]
}
| Format | Content | Use Case |
|---|---|---|
| -------- | --------- | ---------- |
| JSON | Structured hooks with metadata | API pipeline / automation |
| TXT | Plain text hooks | Teleprompter / recording |
| MD | Formatted with visual notes | Creative review |
| CSV | Hook + style + duration | Spreadsheet tracking / A-B testing |
共 1 个版本