Create Scene
Upload a driving video to create a reusable scene
Upload a driving video to create a reusable scene. The scene extracts motion data that can be applied to characters. Scene creation is free — credits are only consumed when you render. You can optionally passDocumentation Index
Fetch the complete documentation index at: https://docs.viggle.ai/llms.txt
Use this file to discover all available pages before exploring further.
background_mode and model to configure the scene at creation time.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
video | file | required | Driving video (MP4). Min 0.5s duration, min 64x64 resolution. |
name | string | required | Display name for the scene |
background_mode | string | original | original, solid, or transparent |
model | string | V4_Preview | Model for preprocessing: V4_Preview or V3_Preview. Scene is permanently bound to this model. |
Example
Next Steps
After creating a scene, poll Get Scene every 5 seconds until the status becomesready. Then you can use it in render jobs.
Authorizations
API key passed as Bearer token
Body
Display name for the scene
"Dance Sequence"
Driving video file (MP4, MOV, WebM). Use this or video_url.
URL to a driving video. Server fetches it. Use instead of video file upload.
"https://example.com/dance.mp4"
Background handling for the scene: original (keep video background, default), inpaint (AI fill), solid (single color), transparent (alpha mask)
original, solid, transparent Avatar model to preprocess the scene with. The scene can only be rendered with the same model.
V4_Preview, V3_Preview Response
Scene creation started
"660e8400-e29b-41d4-a716-446655440000"
"660e8400-e29b-41d4-a716-446655440000"
"scene_660e8400e29b"
"Dance Sequence"
"queued"
0

