PixVerse V6 Extend
- PixVerse V6 video extend model, generates continuation segments from existing video
- Supports 1-15 seconds and 360p / 540p / 720p / 1080p output
- Supports stylization and audio generation
- Async processing mode, use the returned task ID to query task status
- Generated video links are valid for 24 hours, please save them promptly
Authorizations
All APIs require Bearer Token authentication
Add to request header:
Authorization: Bearer YOUR_API_KEY
Body
pixverse-v6-extend: Generates continuation segments from existing video
"pixverse-v6-extend"
Text prompt describing the desired video content
Notes:
- Supports both Chinese and English
- Recommended to clearly describe subject, action, scene, and camera language
"A cinematic dolly shot through a neon cyberpunk alley at night"
Public URL of the input video
Notes:
- Generates continuation segments from the end of this video
- Must be a publicly accessible URL
"https://example.com/input-video.mp4"
Output video resolution
Options:
360p540p720p— Default1080p
"720p"
Output video duration in seconds
Notes:
- Supports
1to15seconds - Defaults to
5seconds
5
Whether to generate accompanying audio
Notes:
- When enabled, can generate background sounds, sound effects, or dialogue
- Disabled by default
false
Negative prompt describing unwanted elements
Notes:
- Multiple keywords can be separated by commas
Not required; omit this parameter unless needed.
"blurry, low quality, watermark"
Output style
Options:
anime3d_animationclaycomiccyberpunk
Not required; omit this parameter unless needed.
"cyberpunk"
Random seed
Notes:
- Same parameters with the same seed can improve result reproducibility
- Random if not specified
Not required; omit this parameter unless needed.
42
Response
Task created successfully
Task creation timestamp
1757165031
Task ID
"task-unified-1757165031-uyujaw3d"
Actual model name used
Specific task type
video.generation.task Task progress percentage (0-100)
0 <= x <= 1000
Task status
pending, processing, completed, failed "pending"
Asynchronous task information
Task output type
video "video"