Extend existing AI-generated videos to create longer sequences.
taskId identifies the original video to extendprompt guides how the video should continuequality video resolution, optional values are 720p or 1080p.waterMark video watermark text content, empty string means no watermarkAll APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Unique identifier of the original video generation task. Must be a valid task ID from a previously generated video.
"ee603959-debb-48d1-98c4-a6d1c717eba6"
Descriptive text that guides the continuation of the video. Explain what actions, movements, or developments should happen next. Be specific but maintain consistency with the original video content.
"The cat continues dancing with more energy and excitement, spinning around with colorful light effects intensifying"
Video resolution, optional values are 720p or 1080p.
"720p"
Video watermark text content. An empty string indicates no watermark, while a non-empty string will display the specified text as a watermark in the bottom right corner of the video.
"kie.ai"
The URL to receive AI video extension task completion updates. Required for all video extension requests.
"https://api.example.com/callback"
Request successful
Response status code
200, 401, 404, 422, 429, 451, 455, 500 Status message
"success"