Recao
R
Recao
/generate_clips

generate clips

Render UGC video scenes as ad-ready clips, metered per second of video (the estimate shows the exact price before anything renders). Pass 3 to 6 scenes (5 to 8

liveverifiedunknown~5s typical
mcpprobedrecao
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-recao-recao-mcp /generate_clips for me.

Input

FieldTypeDescription
avatar_idstringAvatar id from generate_avatar (starts with av_). Its persona brief describes the recurrin
personastringAlternative to avatar_id: describe the recurring character or the full ensemble (several c
reference_image_urlsarrayUp to 9 https image URLs of products or props to keep on-model in every take. No people in
scenes*array3 to 6 scenes in order. Adjacent scenes sharing a character land in the same take when the
aspectstring (9:16 | 1:1 | 16:9)Output aspect ratio default "9:16"
modelstring (bytedance/seedance-2.0 | bytedance/seedance-2.0-fast)seedance-2.0 (default, highest quality) or seedance-2.0-fast (same generation, faster and default "bytedance/seedance-2.0"
confirmbooleanSet true to start the metered render. Returns a job_id to poll with clips_status. default false

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-recao-recao-mcp","endpoint":"/generate_clips","input":{"scenes":[],"aspect":"9:16","model":"bytedance/seedance-2.0","confirm":false}}'
cli
npx cracked-ai run -p mcp-app-recao-recao-mcp -e /generate_clips -i '{"scenes":[],"aspect":"9:16","model":"bytedance/seedance-2.0","confirm":false}'
mcp
run_tool({ provider: "mcp-app-recao-recao-mcp", endpoint: "/generate_clips", input: {"scenes":[],"aspect":"9:16","model":"bytedance/seedance-2.0","confirm":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.