ByteDance の Seedance は、先進的な AI ビデオモデルであり、一貫性のあるマルチショット動画の生成に優れています。滑らかで安定した動きの効果を実現し、複雑なプロンプトに基づいて詳細な動画コンテンツを正確に生成することができます。
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-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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
}'