字节跳动の Seedance は、先進的な AI ビデオモデルであり、連続した複数のショットを含む動画の生成に優れています。滑らかで安定した動きの効果を表現でき、複雑なプロンプトに基づいて精密な動画コンテンツを正確に生成することが可能です。
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-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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
}'