Vtrix Motion I2V

vtrix_motion_i2v

Image-to-video generation that preserves subject identity while adding coherent and natural motion.

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_i2v


content array required

Content array. Supports text and image_url types.


resolution string

Resolution.


ratio string

Aspect ratio.


duration integer

Video duration.

Range: 3 - 12 seconds


framespersecond integer

Frame rate.

Options: 16, 24 fps


seed integer

Random seed.

Range: -1 to 2^32-1


camerafixed boolean

Whether to fix camera.


return_last_frame boolean

Whether to return last frame image.

Error Codes

CodeDescription
401API key is missing or invalid
403Insufficient balance or permission denied
429Rate limit exceeded
500Internal server error