Video Extension
Create Task
- Note 1: Video extension refers to extending the duration of text-to-video/image-to-video results. Each extension can add 4 to 5 seconds, and the model and mode used cannot be selected; they must be the same as the source video.
- Note 2: Videos that have been extended can be extended again, but the total video duration cannot exceed 3 minutes.
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Request Body
Video ID
- Supports video IDs generated by the text-to-video, the image-to-video and the video extension interface (it cannot exceed 3 minutes).
- Only videos generated by V1.0, V1.5, and V1.6 models are supported.
Please note that based on the current cleanup policy, videos will be cleared 30 days after generation, and extension will not be possible.
Text Prompt
Cannot exceed 2500 characters
Negative text prompt
Cannot exceed 2500 characters
Prompt reference strength. The higher the value, the stronger the reference to the prompt.
Value range: [0, 1]
Whether to generate watermarked results simultaneously
- Defined by the enabled parameter, format:
- true: generate watermarked result, false: do not generate
- Custom watermarks are not currently supported
The callback notification address for the task results. If configured, the server will actively notify when the task status changes.
- For specific message schema, see Callback Protocol
Customized Task ID
- User-defined task ID. It will not override the system-generated task ID, but supports querying tasks by this ID
- Please note that it must be unique for each user
Query Task (Single)
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Path Parameters
Task ID for Video Generation. Fill the value directly in the request path. Choose either task_id or external_task_id for querying.
Customized Task ID for Video Generation. Fill the value directly in the request path. Choose either task_id or external_task_id for querying.
Query Task (List)
Request Header
Data Exchange Format
Authentication information, refer to API authentication
Query Parameters
Page number
Value range: [1, 1000]
Number of items per page
Value range: [1, 500]