List Meme Hooks
Browse available meme hook clips to add at the beginning of your shorts.
GET /meme-hooks
Returns a paginated list of available meme hook clips. Meme hooks are short, attention-grabbing clips that are prepended to the beginning of your shorts to immediately capture viewer attention and reduce scroll-past rates.
Available meme hooks
Hover over any clip to see a live preview.
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
page | number | 1 | Page number (starting from 1) |
limit | number | 20 | Items per page (1–100) |
Request
Response
Response fields
Meme hook object
| Field | Type | Description |
|---|---|---|
name | string | Meme hook name. Use this exact value as memeHookName in POST /shorts/create. |
preview | string | URL to a preview image of the meme hook clip |
Pagination object
| Field | Type | Description |
|---|---|---|
page | number | Current page number |
limit | number | Items per page |
totalPages | number | Total pages available |
totalCount | number | Total number of meme hooks |
How meme hooks work
Meme hooks are short clips (typically 2–5 seconds) that play before your main content starts. They act as a pattern interrupt — something unexpected that stops viewers from scrolling past your short.
The meme hook is seamlessly prepended to the beginning of each generated clip. The total duration of the short increases by the length of the meme hook.
Using meme hooks
With a specific meme hook
With a random meme hook
If memeHookName is omitted, a random hook from the library is selected:
Combining with other features
Meme hooks work well alongside other overlay options:
You can also combine meme hooks with game video overlays — the meme hook plays full-screen first, then transitions to the split-screen layout for the main content.
When to use meme hooks
Meme hooks are most effective for:
- Educational / advice content — A "Wait For It" or "This Changes Everything" hook builds anticipation
- Reaction / commentary videos — Reaction memes set the emotional tone
- Storytelling clips — A dramatic hook clip creates curiosity
They're less effective for:
- Time-sensitive content — Hooks add duration, which may not work for very short clips
- Professional / corporate content — Meme clips may not match the tone
- Already fast-paced content — If the first few seconds are already engaging, a hook may be unnecessary
Error responses
| Status | Code | When |
|---|---|---|
| 400 | invalid_request | Invalid pagination parameters |
| 401 | invalid_api_key | Missing or invalid API key |
| 429 | rate_limit_exceeded | Too many requests |
Notes
- The meme hook library is curated by Ssemble and may be updated over time with new clips.
- Meme hook names are case-sensitive when used in
POST /shorts/create. - If a
memeHookNamedoesn't match any clip in the library, the API returns a400error with codeinvalid_request. - Meme hooks are pre-rendered clips — they don't adapt to your content. Choose hooks that match the tone and topic of your shorts.
