Video Generation
textimagevideoaudio
Dreamina Seedance 2.0 Fast
Dreamina Seedance 2.0 Fast
Seedance 2.0 支持多模态输入(图片、视频、音频、文本),具备视频生成、视频编辑和视频延展能力。能够高精度还原物品细节、音色、特效、风格、镜头运动,保持角色特征一致性,提供导演级控制力。输出规格:480p/720p,4-15秒,mp4格式。
输入
生成方式
仅使用文本描述生成视频,无需上传图片。
Duration
Resolution
Aspect_ratio
Generate_audio
Watermark
Seed
Return_last_frame
Execution_expires_after
API 参考
POSThttps://api.token360.ai/v1/videos# Step 1: Create video generation task
curl https://api.token360.ai/v1/videos \
-H "Content-Type: application/json" \
-H "Authorization: Bearer your-api-key" \
-d '{
"model": "seedance-2.0-fast",
"prompt": "A serene Japanese garden with cherry blossoms falling gently into a koi pond, cinematic lighting, slow motion.",
"resolution": "480p",
"duration": 4,
"generate_audio": false,
"aspect_ratio": "adaptive"
}'
# Step 2: Poll for completion (replace VIDEO_ID with the id from step 1)
curl https://api.token360.ai/v1/videos/VIDEO_ID \
-H "Authorization: Bearer your-api-key"