Vidu 2.0 Start and End Frames
Video
Vidu 2.0 Start and End Frames
POST
Vidu 2.0 Start and End Frames
Vidu 2.0 Start and End Frames generates dynamic videos from a starting frame and an ending frame, incorporating creative storytelling and animation effects.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
Two images: the first is the starting frame, and the second is the ending frame.Notes:
- Public URLs or Base64 format are supported
- The aspect ratios must be close: the ratio between the starting frame and ending frame must be between 0.8 and 1.25
- Supported formats: png, jpeg, jpg, webp
- Maximum size: 50MB
- The length after base64 decoding must be less than 10MB, and it must include the appropriate content type string. For example:
Prompt description, up to 1500 characters.
Video duration in seconds. Defaults to 4 seconds; options are
4 seconds or 8 seconds.The random seed for video generation.
- Defaults to a random seed value
- A manually set value will override the default random seed
Duration-based resolution options:
- 4 seconds: defaults to 360p; options are
360p,720p,1080p - 8 seconds: defaults to 720p; option is
720p
The movement amplitude of objects in the frame. Default:
Options:
autoOptions:
auto, small, medium, largeWhether to add background music to the generated video. Default:
Options:
falseOptions:
true, falseWhen set to true, the system will automatically add suitable BGM. There is no duration limit for the BGM; the system will adapt it automatically.Response Information
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result