img_uuid, and resolve the asynchronous result by polling or HTTPS callback.PixVerse V6 API
Access PixVerse V6 through the independent GoEnhance API. Submit text-to-video, image-to-video, or start-end frame requests, save the returned
Create an API Key
Three PixVerse V6 API Input Modes
Text-to-Video
Set model to pix_v6, provide the required prompt, and omit both image fields for prompt-only generation. Choose a supported quality, duration, ratio, and sound setting.

Image and Start-End Frame Video
Add image_url for image-to-video. Add image_end_url with it for a start-end frame transition. When an image is supplied, the documented ratio field is ignored.

Validate the input mode, output settings, and billing tier before submitting the asynchronous task.
PixVerse V6 API Capabilities and Parameters
Exact Model ID
Send <code>model: pix_v6</code>. The model field and a text <code>prompt</code> are required.
Three Input Modes
Omit images for text-to-video, pass <code>image_url</code> for image-to-video, or pair it with <code>image_end_url</code> for start-end frame generation.
Four Quality Options
Choose <code>360p</code>, <code>540p</code>, <code>720p</code>, or <code>1080p</code>. The documented default is 720p.
Four Durations
Choose 5, 8, 10, or 15 seconds. The documented default is 5 seconds.
Prompt-Only Ratios
Text-to-video accepts 16:9, 9:16, 1:1, 4:3, or 3:4. Image-guided requests follow the supplied image instead.
Optional Native Audio
Set <code>sound</code> to <code>on</code> for synchronized native audio or leave the documented default <code>off</code> for silent output.
Rates are per generated second; each pair shows silent first and native-audio second.
PixVerse V6 API Pricing
360p — 1.57 / 2.19 tokens per second
$0.0314/s silent or $0.0438/s with native audio.
540p — 2.19 / 2.82 tokens per second
$0.0438/s silent or $0.0564/s with native audio.
720p — 2.82 / 3.76 tokens per second
$0.0564/s silent or $0.0752/s with native audio.
1080p — 5.64 / 7.21 tokens per second
$0.1128/s silent or $0.1442/s with native audio.
Duration-Based Billing
Estimated generation cost is requested duration multiplied by the documented per-second rate for quality and sound mode.
$0.02 per Token
USD equivalents use GoEnhance's documented token value. Check the live reference before production rollout because pricing can change.
Integrate PixVerse V6 in Three Steps
1
1. Build and Validate the Request
Create an API key, set
model to pix_v6, add the prompt, then validate image fields, quality, duration, ratio, sound, and callback URL. 2
2. Submit and Save img_uuid
POST the JSON body to
https://api.goenhance.ai/api/v1/videos/generations with bearer authentication, then persist data.img_uuid from a successful response. 3
3. Poll or Handle the Callback
Poll
GET https://api.goenhance.ai/api/v1/jobs/detail?img_uuid=... or process callback events idempotently until the task reaches success or failed.Build workflows around media you own or are authorized to use.
PixVerse API Use Cases
Ad Concept Variants
Generate short campaign motion concepts from structured prompts and send results through editorial review.
Product Image Animation
Animate authorized product imagery for launch concepts, catalog motion, or social creative drafts.
Start-End Transitions
Provide approved start and end frames to prototype a directed visual transition between two moments.
Audio-Enabled Clips
Request synchronized native audio when a concept needs sound, while accounting for the higher per-second rate.
Storyboard Previsualization
Turn shot descriptions into motion studies for scene planning, camera direction, pacing, and mood.
App-Based Video Pipelines
Connect generation requests, task IDs, callbacks, asset storage, moderation, and human approval inside your application.
Answers about PixVerse V6 API pricing, inputs, audio, asynchronous delivery, and integration.
