← 返回
未分类 Key 中文

Product Description to Ad

Turn a product description (free-form text — no URL needed) into a punchy 15–30 second AI-generated ad with hooks, CTA, and visuals. Use when the user pastes...
Turn a product description (free-form text — no URL needed) into a punchy 15–30 second AI-generated ad with hooks, CTA, and visuals. Use when the user pastes...
api00
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 310
下载
💾 0
安装
1
版本
#latest

概述

Product description → AI ad

Take a paragraph (or bullet list) describing a product and produce a polished

short-form ad. The ad-generator workflow writes the hook + body + CTA itself

based on the description.

When to use this skill

  • The user pastes a product description, spec sheet, or feature list — not a

URL.

  • They want hook → benefit → CTA structure (a commercial).
  • They have no avatar / talking-head requirement (use

revid-blog-to-avatar-video

for that).

  • For a live URL, use

revid-shopify-product-promo.

Inputs

FieldRequiredNotes
---------
promptyesThe product description (the AI uses it as the brief)
stylePromptnoOptional brand voice notes (e.g. "Apple-like, calm, premium")
aspectRationoDefault 9:16
targetDurationnoDefault 22 (s)
mediaItemsnoIf you have product images, pass them in media.provided

Step-by-step

  1. Validate prompt has at least ~30 words (otherwise the ad is too thin).
  2. Build the payload below; if product images were provided, slot them into

media.provided and set media.useOnlyProvided: false (mix with stock).

  1. POST /render.
  2. Poll /status.
  3. Return videoUrl.

API call template

POST /api/public/v3/render
Host: www.revid.ai
Content-Type: application/json
key: $REVID_API_KEY
{
  "workflow": "ad-generator",
  "source": {
    "prompt":      "{PRODUCT_DESCRIPTION}",
    "stylePrompt": "{OPTIONAL_BRAND_VOICE_NOTES}",
    "durationSeconds": 22
  },
  "aspectRatio": "9:16",
  "voice":    { "enabled": true, "stability": 0.55, "speed": 1.05, "language": "en-US" },
  "captions": { "enabled": true, "position": "middle", "autoCrop": true },
  "music":    { "enabled": true, "syncWith": "beats", "trackName": "ad-energetic" },
  "media": {
    "type": "stock-video",
    "density": "high",
    "animation": "dynamic",
    "quality": "ultra",
    "imageModel": "ultra",
    "videoModel": "ultra",
    "turnImagesIntoVideos": true,
    "applyStyleTransfer": false,
    "provided": []
  },
  "options": {
    "targetDuration": 22,
    "promptTargetDuration": 22,
    "summarizationPreference": "summarizeIfLong",
    "soundEffects": true,
    "addStickers": true,
    "hasToGenerateCover": true,
    "coverTextType": "hook"
  },
  "render": { "resolution": "1080p", "frameRate": 30 }
}

ad-generator defaults to higher visual quality than article-to-video because

ads compete on the first second. If credits are tight drop quality to pro.

Examples

notes.

positional arg.

Failure modes

SymptomFix
------
Hook is genericMake prompt specific. "Wireless earbuds" → meh. "Wireless earbuds with adaptive ANC and 38h battery for $179" → strong.
Ad reads like a feature list, not a hookAdd stylePrompt: "Lead with a question or emotional hook. Save specs for the middle. End with the price + a single CTA."
Visuals don't match the productPass real product images via media.provided: [{ url, type: "image" }]. The AI will weave them in.
Voice rushesLower voice.speed to 0.95.
Too many on-screen stickersoptions.addStickers: false.

See also

goal but starts from a URL.

— full creative control.

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 23:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Shopify Product Promo

api00
将 Shopify(或任何电商)产品页 URL 转成 30–45 秒的 9:16 宣传视频,适合 TikTok / Reels / Shorts,在用户分享产品时使用。
★ 0 📥 442

Tweet to Talking-Head

api00
将X/Twitter/LinkedIn帖子(链接或粘贴的线程文本)转化为口播视频,传递观点。适用于创作者希望重新利用病毒式内容的场景。
★ 0 📥 343

Blog to Avatar Video

api00
将博客文章URL转换为说话头像视频——头像在干净背景上朗读文章摘要脚本。适用于用户想要...
★ 0 📥 372