Seedance by ByteDance is an advanced AI video model that excels at generating coherent multi-shot videos. It delivers smooth and stable motion effects, and can accurately produce detailed video content based on complex prompts.
Request
Header Params
Body Params application/json
Example
{"aspect_ratio":"16:9","camera_fixed":false,"duration":5,"prompt":"Classical-style royal ballroom with marble columns and candlelight; camera pans from intricate architecture to close-ups of dancing gloved hands and spinning skirts.","seed":-1}
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://api.302.ai/ws/api/v3/bytedance/seedance-v1-lite-t2v-480p' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"camera_fixed": false,
"duration": 5,
"prompt": "Classical-style royal ballroom with marble columns and candlelight; camera pans from intricate architecture to close-ups of dancing gloved hands and spinning skirts.",
"seed": -1
}'