Skip to main content
POST
PixVerse V6 Video Extension
PixVerse V6 Video Extension analyzes the ending segment of an existing video and generates new frames forward, continuing and enhancing the video content while maintaining natural motion and dynamic scene effects.
This is an asynchronous API and only returns the asynchronous task’s task_id. You should use this task_id to request the Get Task Result API to retrieve the generation result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

integer
Random seed for reproducible results.
string
Visual style applied to the extended content.
string
required
Source video URL to be extended. It must be a publicly accessible link.
string
required
Text prompt describing what should happen in the extended segment.
integer
default:5
Extension duration (seconds).Value range: [1, 15]
string
default:"720p"
Output video resolution.Allowed values: 360p, 540p, 720p, 1080p
string
Elements to exclude from the extended content.
boolean
default:false
Whether to generate synchronized audio for the extended video.

Response

string
required
Use the task_id to request the Get Task Result API to retrieve the generated output.