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":10,"prompt":"In a realistic style, a glass staircase spirals upward into a soft lavender sky. A barefoot dancer ascends step by step. [Tracking upward shot] follows her graceful movement into the clouds.","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-pro-t2v-480p' \
--header'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header'Content-Type: application/json' \
--data-raw'{
"aspect_ratio": "16:9",
"camera_fixed": false,
"duration": 10,
"prompt": "In a realistic style, a glass staircase spirals upward into a soft lavender sky. A barefoot dancer ascends step by step. [Tracking upward shot] follows her graceful movement into the clouds.",
"seed": -1
}'