PixVerse API v2 has been updated to support v4.5 and more:

  • Added support for the new model v4.5 (now default) across all endpoints
  • Removed the no longer used negative_prompt parameter
  • Added new POST videos/create-fusion endpoint for image fusion with special @pic1 and @pic2 notation
  • Expanded camera movement options with many new types, including crane_up, hitchcock, smooth_zoom_in, pan_left, camera_rotation, and more

Example

Create video using image fusion POST videos/create-fusion.

@pic1
@pic2

CURL:

curl --location 'https://api.useapi.net/v2/pixverse/videos/create-fusion' \
--header 'Authorization: Bearer user:12345-abcdefghijklm' \
--form 'prompt="@pic1 fixing the hair of @pic2 while @pic2 is sticking her tongue out"' \
--form 'duration="8"' \
--form 'quality="720p"' \
--form 'first_frame_path="upload/pic1.webp"' \
--form 'last_frame_path="upload/pic2.jpeg"' \
--form 'aspect_ratio="3:4"'

Result