Introduction
Overview
Velvi Seedance 2 API provides a high-performance surface for programmatic high-fidelity video generation. Designed for enterprise-scale creative workflows, our platform handles the complex orchestration of generative models, asset lifecycle, and creator billing.
Partner Surface Level
The Partner API is isolated from the standard consumer surface. Use this documentation specifically for head-less automation, bulk distribution, and platform-level integrations.
Environment
Production v1
Region
Global (us-east)
Environment Config
1# Your partner endpoint2export VELVI_API_BASE="https://api.velvi.tech/api/v1"34# Your production key5export VELVI_API_KEY="sk_live_..."
Note: Never expose your Partner Keys in client-side code. All Velvi API calls should be proxied through your backend.