Skip to main content
POST
PixVerse V6 Text-to-Video
Generate videos from text prompts using the PixVerse V6 model, with support for configurable resolution, duration, aspect ratio, and optional audio generation.
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 generated result.

Request Headers

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

Request Body

string
required
Text description of the video content.
integer
default:5
Video duration, in seconds.Value range: [1, 15]
string
default:"720p"
Resolution of the output video.Options: 360p, 540p, 720p, 1080p
string
default:"16:9"
Aspect ratio of the output video.Options: 16:9, 9:16, 1:1, 4:3, 3:4
string
default:"auto"
Thinking type during generation.
string
Elements to avoid in the generated video.
boolean
default:false
Whether to enable video audio generation.

Response

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