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: ultra_i2v_turbo
image string required
Input Image. Supports URL (http:// or https://) or Base64 format. At least one of image or image_tail must be provided.
prompt string
Video generation prompt, maximum 2500 characters.
duration string required
Video duration.
Options: 5 (5 seconds), 10 (10 seconds)
aspect_ratio string
Video aspect ratio.
Options: 16:9, 9:16, 1:1
mode string
Generation mode.
Options: std (standard), pro (professional)
image_tail string
End frame image. Supports URL or Base64 format.
camera_control object
Camera control parameter.
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 |