REST endpoints. WebSocket streams. 52 MCP production tools. Voice control. Multi-language output. Everything you need to build on top of a production studio.
Start productions, check status, control voice input. All endpoints require Bearer token authentication.
Live production preview — real-time frame-by-frame updates as your production builds
Voice control stream — speak to your studio, receive confirmations and status
Every tool in the studio is callable through MCP. Browse talent, start productions, approve shots, manage billing — all from your agent or integration.
Send a manuscript, choose your genre and format, set the cast size, and specify output languages. The studio handles the rest.
curl -X POST https://api.v8motion.com/api/v2/produce \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"manuscript": "manuscript_id_here",
"genre": "thriller",
"format": "3min_episodes",
"cast_size": 4,
"languages": ["en", "es", "pt"]
}'languages array to produce your video in multiple languages simultaneously. One production run, 70+ supported languages. Same visuals, localized dialogue and captions.Full orchestration API. 52 tools. REST + WebSocket. Voice control. Build on a production studio, not a generator.