Create a video clip from a look
create_clipAnimate a character look or your own photo into a short AI video clip. Provide one image or photo and a silent action prompt; poll generation status, then download the result.
Instructions
Animate a character look (or your own photo) into a short video clip. Same as clipugc videos create. Costs 7 credits for 5 seconds or 13 for 10 seconds; adding scene makes it a scene-staged clip (9 at 5s, 15 at 10s). Confirm with get_credits first. Prefer a silent reaction prompt (mouth closed, no talking, an arc in beats, ambient motion): lip-sync from a still image is what makes AI video look fake. Provide exactly one of image or photo. Returns the clip id and status. Generation runs in the background. Poll get_video with {"id": , "kind": "clip"} every 5 to 10 seconds until status is "completed" or "failed", then call download_video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | No | Id of a generated character look (same as --image). | |
| photo | No | Local path to your own photo, png/jpg/jpeg/webp; uploaded first (same as --photo). | |
| scene | No | Extra scene description, max 600 chars; makes it a scene-staged clip (same as --scene). | |
| prompt | No | What the character does, max 1500 chars (same as --prompt). | |
| duration | No | 5 or 10 seconds, default 5 (same as --duration). | |
| keep_sound | No | Keep the original sound (same as --keep-sound). |