PixVerse C1 Image to Video
- PixVerse C1 image-to-video model, generates video from a first-frame image
- 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-image-to-video: Image to video, generates video from first-frame image
"pixverse-c1-image-to-video"
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 image
Notes:
- Used as the first frame for video generation
- Must be a publicly accessible URL
"https://example.com/astronaut.png"
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
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"