Skip to main content
POST
Create Scene
Upload a driving video and we’ll turn it into a reusable scene — it captures the motion you can then apply to any character. Creating a scene is free; you only spend credits when you render.
Video limits: Maximum 10 minutes duration and 100 MB file size.

Parameters

Response

Example

Next Steps

After creating a scene, poll Get Scene every 5 seconds until the status becomes ready. Then you can use it in render jobs.
Don’t have a driving video? You can import a template from viggle.ai instead of uploading your own video. Templates include pre-made scenes ready for rendering.

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Body

multipart/form-data
name
string
required

Display name for the scene

Example:

"Dance Sequence"

video
file
required

Driving video file (MP4, MOV, AVI, WebM). Maximum 10 minutes duration and 100 MB file size.

Response

Scene creation started

id
string

Scene UUID

Example:

"660e8400-e29b-41d4-a716-446655440000"

job_id
string
Example:

"scene_660e8400e29b"

status
string
Example:

"pending"

credits_reserved
number

Credits reserved for scene preprocessing (always 0 — scene creation is free)

Example:

0

message
string
Example:

"Scene preprocessing initiated (6.7s video, 7 chunks). Check status for updates."