← 返回
未分类 Key 中文

Seedance Video

Generate AI dance and motion videos with Seedance (ByteDance) via AceDataCloud API. Use when creating videos from text prompts or animating images into motio...
使用 Seedance(字节跳动)AceDataCloud API 生成 AI 舞蹈和运动视频,适用于文字提示生成视频或把图片动画化。
germey germey 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 399
下载
💾 0
安装
1
版本
#latest

概述

Seedance Video Generation

Generate AI dance and motion videos through AceDataCloud's Seedance (ByteDance) API.

Authentication

export ACEDATACLOUD_API_TOKEN="your-token-here"

Quick Start

curl -X POST https://api.acedata.cloud/seedance/videos \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a dancer performing contemporary ballet in a misty forest", "model": "seedance-1.0", "wait": true}'

Models

ModelBest For
-----------------
seedance-1.0General-purpose motion/dance video
seedance-1.0-liteFaster, lighter generation
seedance-1.0-proHigher quality output
seedance-1.5-proLatest model, best quality
seedance-acting-proCharacter acting and expression

Workflows

1. Text-to-Video

POST /seedance/videos
{
  "prompt": "a street dancer doing breakdancing moves in an urban setting",
  "model": "seedance-1.0-pro",
  "resolution": "1080p",
  "duration": 5,
  "service_tier": "standard"
}

2. Image-to-Video

Animate a still image into a motion video.

POST /seedance/videos
{
  "prompt": "the person starts dancing gracefully",
  "image_url": "https://example.com/dancer.jpg",
  "model": "seedance-1.5-pro",
  "resolution": "720p",
  "duration": 5
}

Parameters

ParameterValuesDescription
--------------------------------
modelSee models tableModel to use
resolution"360p", "540p", "720p", "1080p"Output resolution
duration212Duration in seconds
service_tier"standard", "premium"Quality tier (premium = faster, higher priority)
seedintegerSeed for reproducible results

Task Polling

POST /seedance/tasks
{"task_id": "your-task-id"}

States: pendingsucceeded or failed.

MCP Server

pip install mcp-seedance

Or hosted: https://seedance.mcp.acedata.cloud/mcp

Key tools: seedance_generate_video, seedance_generate_video_from_image

Gotchas

  • Duration range is 2–12 seconds — values outside this range will fail
  • Higher resolutions (1080p) combined with longer durations take significantly more time
  • premium service tier costs more but generates faster
  • seedance-acting-pro excels at facial expressions and character acting versus pure dance
  • Image-to-video requires a single image_url — the person/subject in the image becomes the animated subject
  • Task states use "succeeded" (not "completed") — check for this value when polling

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 07:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Nano Banana Image

germey
使用 NanoBanana(基于 Gemini)通过 AceDataCloud API 生成和编辑 AI 图像。适用于根据文字提示创建图像或编辑已有图像。
★ 0 📥 420

Google Search

germey
使用 AceDataCloud API 调用 Google 搜索,支持搜索网页、图片、新闻、地图、当地地点和视频,具备本地化和时间过滤功能。
★ 0 📥 518
dev-programming

Acedatacloud Api

germey
AceDataCloud API 使用指南。在身份验证、发起 API 调用、管理凭证、了解计费或集成 AceDataCloud 服务时使用。
★ 0 📥 553