Authentication
authorization string required
All APIs require authentication via Bearer Token.
Get API Key:
Visit API Key Management Page to get your API Key
Usage:
Add to request header:
Authorization: Bearer YOUR_API_KEY
Parameters
model string required
Model ID to use for the request.
Value: vtrix_motion_turbo
content array required
Content array. Supports text and image_url types.
resolution string
Video resolution.
Options: 480p, 720p, 1080p
ratio string
Aspect ratio.
Options: 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, 9:21, keep_ratio, adaptive
duration integer
Video duration (seconds).
Range: 3 - 12
framespersecond integer
Frame rate.
Options: 16, 24 fps
seed integer
Random seed. -1 means random.
camerafixed boolean
Whether to fix camera.
return_last_frame boolean
Whether to return last frame.
Error Codes
| Code | Description |
|---|---|
| 401 | API key is missing or invalid |
| 403 | Insufficient balance or permission denied |
| 429 | Rate limit exceeded |
| 500 | Internal server error |