Ultra Video Base

ultra_video_base

Basic image-to-video generation that adds natural motion to static visuals.

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_video_base


prompt string required

Video generation prompt, length must be 1-2500 characters.


duration integer

Video duration (seconds).

Options: 5, 10


aspect_ratio string

Video aspect ratio.

Options: 16:9, 9:16, 1:1


negative_prompt string

Negative prompt.


cfg_scale number

Prompt relevance strength.

Range: 0 - 1


mode string

Generation mode.

Default: std

Options: std (standard), pro (professional)


camera_control object

Camera motion control parameter.

Error Codes

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