Marketing Studio Hooks And Settings

Marketing Studio setup items are optional reusable context for marketing_studio_video.

Discover Items

higgsfield marketing-studio hooks list
higgsfield marketing-studio settings list

Use --json when the agent needs IDs:

higgsfield marketing-studio hooks list --json
higgsfield marketing-studio settings list --json

Filter large lists with search:

higgsfield marketing-studio hooks list --search sale --json
higgsfield marketing-studio settings list --search office --json

The response shape is:

Generate With Setup Items

Pass one or both IDs:

PRODUCT_IDS_JSON=$(mktemp)
printf '["<product_id>"]' > "$PRODUCT_IDS_JSON"

higgsfield generate create marketing_studio_video \
  --prompt "..." \
  --mode ugc \
  --product_ids @"$PRODUCT_IDS_JSON" \
  --hook_id <hook_id> \
  --setting_id <setting_id> \
  --duration 15 \
  --aspect_ratio 9:16 \
  --wait

When using --hook_id, pass product context whenever possible. Hooks are designed to transition into a product pitch and are weak without product_ids.

--mode is optional; it defaults to ugc. Pass it only when the user wants a specific non-default style.

For UGC modes, --avatars is optional if the brief clearly mentions a person; the backend can synthesize a Soul Character. Pass --avatars when the user selected a specific presenter.

If the CLI returns Unknown params: hook_id or Unknown params: setting_id, do not retry with that flag for the selected job_set_type; its schema does not support setup items.