This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Request Headers
Supports:
application/jsonBearer authentication format, for example: Bearer {{API Key}}.
Request Body
The initial frame image for the video. Supported formats:
.jpg, .jpeg, .png. Image size must not exceed 10MB. Minimum resolution: 300x300 pixels.Positive prompt text for video generation. Maximum length: 2500 characters.
Duration of the generated video (in seconds).Allowed values:
5, 10Controls generation flexibility. Higher values increase adherence to the prompt but reduce creative freedom.Value range: 0 to 1
Video generation mode. Allowed value:
pro: professional mode
Negative prompt to avoid undesired content in the video. Maximum length: 2500 characters.
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.