PixVerse V5.6 text-to-video model delivers upgraded visual fidelity, smoother motion, and sharper detail over V5.5. Supports 360p-1080p resolution, 5/8/10s duration, built-in AI Thinking for complex prompts, and optional audio co-generation—ideal for social content, ads, and creative visualization.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"A handsome teenager sits on a lounge chair by the beach, with blue skies and white clouds, bright sunlight, and the tides rising and falling. In the distance, there are people playing by the sea. The wind ruffles the boy's hair, and he waves to the people playing in the distance. The shot is from the side-back of the character, facing the sea. The brushwork is realistic, with strong light and shadow.Realistic photography style","resolution":"540p","duration":"5","aspectRatio":"1:1","generateAudioSwitch":"false","thinkingType":"auto"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://www.runninghub.ai/openapi/v2/pixverse-v5.6/text-to-video' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "A handsome teenager sits on a lounge chair by the beach, with blue skies and white clouds, bright sunlight, and the tides rising and falling. In the distance, there are people playing by the sea. The wind ruffles the boy'\''s hair, and he waves to the people playing in the distance. The shot is from the side-back of the character, facing the sea. The brushwork is realistic, with strong light and shadow.Realistic photography style",
"resolution": "540p",
"duration": "5",
"aspectRatio": "1:1",
"generateAudioSwitch": "false",
"thinkingType": "auto"
}'