The Render API combines a character and scene to generate an animated video. Submit a render job, poll the status endpoint until complete, and download the final video from theDocumentation Index
Fetch the complete documentation index at: https://docs.viggle.ai/llms.txt
Use this file to discover all available pages before exploring further.
cdn_url.
Job Status Flow
Jobs progress through the following statuses:| Status | Description |
|---|---|
queued | Job is waiting in the queue |
processing | Pipeline is running (check progress_pct and checkpoint for stage) |
complete | Video is ready — use cdn_url to download |
failed | Job failed (check error_code and error_message fields) |
cancelled | Job was cancelled via DELETE /api/render/{job_id} |
Polling Example
Quick Links
Create Render Job
Start a single-character render
Multi-Character Render
Render multiple people with different avatars
Get Job Status
Check render progress (no auth required)
Cancel Job
Cancel a running job and refund credits
On-Demand Guide
Render without preprocessing — one API call
Import Templates
Find and import pre-made scenes from viggle.ai

