Skip to main content
← PixVerse V6 Endpoint: POST https://api.higgsfield.ai/pixverse/v6/image-to-video Endpoint ID: pixverse/v6/image-to-video ▶Open API PlaygroundPixVerse V6 · Image to video↗

Usage notes

  • duration is a number from 1 to 15, so the schema allows fractional values. If negative_prompt is supplied, it must contain 1–2,048 characters.
  • Use image_url for the first frame and optional end_image_url for the last frame. This endpoint has no aspect_ratio parameter; framing comes from the input image.

Quick start

Replace the example media URLs with publicly accessible URLs for your own files before submitting.

Input schema

integer
Seed used to control generation randomness. Minimum: 0. Maximum: 2147483647.
string
required
Write your prompt here Minimum characters: 1. Maximum characters: 5000.
number
default:"5"
Requested output duration in seconds. Minimum: 1. Maximum: 15.
string
required
Public URL of the input image. Format: uri.
string
default:"720p"
Output resolution tier. Allowed values: "360p", "540p", "720p", "1080p".
string
Format: uri.
boolean
default:"true"
Generate audio with the video.
string
Content or visual features to avoid. Minimum characters: 1. Maximum characters: 2048.

Response

Submission returns a request handle. Poll status_url until status is completed, or use webhooks.
Accepted
A completed response includes the following output fields:
See polling, request errors and authentication for shared request handling.