PixVerse C1 Transition
- PixVerse C1 transition video model, generates transition video from a starting image with optional ending frame constraint
- Supports 540p / 720p output, with optional 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-c1-transition: Image transition video, with optional ending frame constraint
"pixverse-c1-transition"
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 starting image
Notes:
- Used as the first frame of the transition video
- Must be a publicly accessible URL
"https://example.com/mountain-start.jpg"
Output video resolution
Options:
540p720p— Default
"540p"
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"
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
Public URL of the ending image
Notes:
- Used as the ending frame constraint for the transition video
- If not provided, the model will infer the ending scene from the prompt
"https://example.com/valley-end.jpg"
Output video aspect ratio
Options:
16:94:31:13:49:162:33:221:9
"16:9"
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"