PixVerse Platform Docs(for enterprise)
  1. Extend
PixVerse Platform Docs(for enterprise)
  • Model & Pricing
  • Multi-transition
    • How to use multi-transtion
    • Multi-trasition generate
      POST
  • Previous updates
    • Sound_effect
      • How to use Sound effects?
      • Generate Sound Effects
    • Lip sync
      • How to use Lip Sync?
      • Tts speaker list
      • Generate lip sync video
      • Get tts speaker list
    • Fusion(Reference to Video)
      • How to use fusion (reference to video)?
      • Generate Fusion(Reference to Video) video
    • Template for multiple-images
      • How to use multiple-image templates?
    • Extend
      • How to use Extend?
      • Generate Extend video
        POST
    • Restyle
      • How to use restyle?
      • Restyle generation
      • Restyle get list
  • Upload media (video&audio)
    POST
  1. Extend

Generate Extend video

POST
/openapi/v2/video/extend/generate

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
curl --location --request POST 'https://app-api.pixverse.ai/openapi/v2/video/extend/generate' \
--header 'Ai-Trace-Id: {{$string.uuid}}' \
--header 'API-KEY;' \
--header 'Content-Type: application/json' \
--data-raw '{
  "source_video_id": 343252978602905,
  "prompt": "across the universe",
  "seed": 123123,
  "quality": "540p",
  "duration": 8,
  "model": "v4.5",
  "motion_mode": "normal",
  "style": "clay",
  "water_mark": false
}'
Response Response Example
{
    "ErrCode": 0,
    "ErrMsg": "Success",
    "Resp": {
        "video_id": 0
}
Modified at 2025-06-13 05:55:03
Previous
How to use Extend?
Next
How to use restyle?
Built with