← 返回
未分类 Key 中文

Prompt to Video

Turn a one-line idea into a full short video — Revid writes the script, picks visuals, and assembles the cut. Use when the user has a topic but no script.
将一句话点子变成完整短片 —Revid 负责写脚本、挑选画面并剪辑。适用于用户已有主题但缺少脚本的情况。
api00 api00 来源
未分类 clawhub v1.2.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 303
下载
💾 0
安装
1
版本
#latest

概述

Idea prompt → video

The lowest-input skill. The user types one line ("Why honey never spoils") and

Revid handles everything: script, visuals, voice, music, cuts.

When to use this skill

  • Source is a topic, question, or one-line concept — no script.
  • The user is OK letting the AI choose the angle and structure.
  • For a known script, use revid-script-to-video.
  • For an idea + brand voice, use

revid-product-description-to-ad.

Inputs

FieldRequiredNotes
---------
promptyesThe idea (one or two sentences)
stylePromptnoOptional tone notes
durationSecondsnoDefault 35 (s)
aspectRationoDefault 9:16

Step-by-step

  1. Validate prompt is non-empty.
  2. POST /render.
  3. Poll /status.

API call template

POST /api/public/v3/render
Host: www.revid.ai
Content-Type: application/json
key: $REVID_API_KEY
{
  "workflow": "prompt-to-video",
  "source": {
    "prompt":          "{ONE_LINE_IDEA}",
    "stylePrompt":     "{OPTIONAL_TONE_NOTES}",
    "durationSeconds": 35
  },
  "aspectRatio": "9:16",
  "voice":    { "enabled": true, "stability": 0.6, "speed": 1.0, "language": "en-US" },
  "captions": { "enabled": true, "position": "middle", "autoCrop": true },
  "music":    { "enabled": true, "syncWith": "beats" },
  "media": {
    "type": "stock-video",
    "density": "medium",
    "animation": "soft",
    "quality": "pro",
    "videoModel": "pro",
    "imageModel": "good"
  },
  "options": {
    "promptTargetDuration": 35,
    "summarizationPreference": "summarizeIfLong",
    "soundEffects": true,
    "hasToGenerateCover": true
  },
  "render": { "resolution": "1080p", "frameRate": 30 }
}

Examples

Failure modes

SymptomFix
------
Script angle is generic ("Did you know…")Add stylePrompt with a specific angle: "Open with a contrarian claim. End with a question that invites comments."
Off-niche visualsMention concrete subjects in the prompt: "Why honey never spoils — show beehives, ancient Egyptian jars, microscope close-ups of crystallized honey."
Too long / too shortUse durationSeconds AND options.promptTargetDuration together (some legacy paths only read one).

See also

for ads.

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-08 00:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 229 📥 49,004
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 335 📥 94,802
content-creation

Shopify Product Promo

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