Marketing Studio Modes
Current mode values for marketing_studio_video --mode. The live schema is the source of truth, so run higgsfield model get marketing_studio_video if validation fails.
--mode slug |
Human-readable label | Hook/setting | Best for |
|---|---|---|---|
ugc |
UGC | ✅ | Default. Casual, organic-feel content from a presenter. |
ugc_how_to |
Tutorial | ✅ | "Here's how to use this." Tutorial / explainer. |
ugc_unboxing |
Unboxing | ✅ | "Just got this in the mail." Unboxing reveal. |
product_showcase |
Product Showcase | ❌ | Clean product highlight, polished. |
product_review |
Product Review | ✅ | Presenter giving an opinion on the product. |
tv_spot |
TV Spot | ❌ | Broadcast-style commercial. Higher production. |
wild_card |
Wild Card | ❌ | Experimental, model picks the vibe. |
ugc_virtual_try_on |
UGC Virtual Try On | ✅ | Person trying on clothing/accessories — UGC vibe. |
virtual_try_on |
Pro Virtual Try On | ❌ | Same but more polished, model-driven. |
The "Hook/setting" column shows whether --hook_id and --setting_id are valid for that mode. Modes marked ❌ ignore or reject setup items.
Default when the user doesn't specify: ugc.
Picking flow
- "Looks like a real person filmed on phone" →
ugcfamily (ugc,ugc_unboxing,ugc_virtual_try_on,ugc_how_to) - "Polished broadcast commercial" →
tv_spot - "Show the product itself, less presenter" →
product_showcase - "Presenter giving an opinion" →
product_review - "Try clothing on someone" →
virtual_try_on(polished) orugc_virtual_try_on(organic feel) - "Surprise me / something different" →
wild_card
Other parameters
For marketing_studio_video, the API accepts:
aspect_ratio:auto,21:9,16:9,4:3,1:1,3:4,9:16(default16:9).duration: integer ≥ 4 seconds. No fixed cap; checkhiggsfield model get marketing_studio_videofor the current upper bound.resolution:480por720p(default720p).generate_audio: boolean (defaultfalse). Generates audio for the video.avatars: array of{id, type}wheretypeispresetorcustom. Seemarketing-avatars.md.product_ids: array of product UUIDs (fromhiggsfield marketing-studio products fetchorcreate). Seemarketing-products.md.hook_id: optional Marketing Studio setup hook UUID. Seemarketing-setup-items.md.setting_id: optional Marketing Studio setup setting UUID. Seemarketing-setup-items.md.medias: optional reference images with roleimage,start_image, orend_image.feature: "click_to_ad": when generating from a single landing-page URL (Click-to-Ad flow).product: { id?, url? }: alternative single-product reference; the URL flow auto-fetches.
URL-driven Click-to-Ad shortcut
For marketing_studio_video driven by a product URL (no manual product create / fetch), the MCP-side flow is:
- Call
higgsfield marketing-studio products fetch --url <url> --wait(or useshow_marketing_studiowidget actionfetch). - Call
higgsfield generate create marketing_studio_video --url <same url>— the backend looks up / reuses the entity and submits.
Repeated fetches for the same URL dedupe — the backend reuses any existing non-failed entity.