Skip to main content
← PixVerse V6 Endpoint: POST https://api.higgsfield.ai/pixverse/v6/text-to-video Endpoint ID: pixverse/v6/text-to-video ▶Open API PlaygroundPixVerse V6 · Text 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.

Quick start

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
default:"720p"
Output resolution tier. Allowed values: "360p", "540p", "720p", "1080p".
string
default:"16:9"
Output width-to-height ratio. Allowed values: "16:9", "4:3", "1:1", "3:4", "9:16".
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.