LogoSeedance 2.0 AI
  • Create
  • AI 圖片
  • AI 視訊
  • Prompts
  • 定價
  • API
LogoSeedance 2.0 AI

由 Seedance 2.0 AI 驅動 | 快速視訊生成 | 專業品質

TwitterX (Twitter)DiscordEmail
資源
  • 部落格
  • Create
  • 場景
  • 作品
  • Prompts
  • Seedance 2.0 API
公司
  • 關於
  • 聯絡
法律
  • 隱私權政策
  • 服務條款
  • 退款政策
Friends
  • Seedance AI
  • Seedream AI
  • Kling AI
  • AI Music Maker
  • Song Unique

This website is an independent third-party service built around Seedance-related workflows. We are not the official website of ByteDance or Seedance. Seedance and related trademarks belong to their respective owners.

© 2026 Seedance 2.0 AI All Rights Reserved. DREAMEGA INFORMATION TECHNOLOGY LLC
[email protected]
已上線

Seedance 2.0 API

在您的應用程式中整合強大的 AI 視訊生成能力。透過簡單的 REST API 存取字節跳動最先進的視訊模型。從文字提示或圖片建立電影級視訊,支援多鏡頭連貫、原生音效合成和角色一致。

Seedance 2.0 · 22 積分/秒
查看價格
取得 API Key加入 Discord 候補名單查看文件

加入 Discord 私信管理員,發送「獲取免費 API 額度」+ 您的信箱即可獲得免費測試額度;或發送郵件至 [email protected] 亦可。

API 端點

簡單易用的 RESTful 視訊生成 API

使用 AI 工具快速對接

使用 Claude Code、Cursor 或 Codex 等 AI 助手,幾分鐘內完成對接。

1

取得 API Key

前往 設定 > API Keys 建立新的 API Key

2

下載 API 文件

下載完整的 API 文件(Markdown 格式)

3

分享給 AI 助手

將文件發送給 AI,讓它幫您實現對接

POST /api/v1/jobs/createTask最受歡迎

從文字提示生成視訊。描述您的場景,讓 AI 建立精彩的視訊內容。

請求

cURL
curl -X POST "https://seedance20.net/api/v1/jobs/createTask" \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2-0",
    "inputs": {
      "prompt": "A majestic dragon flying over snowy mountains",
      "duration": "5s",
      "resolution": "1280x720"
    }
  }'

回應

Response
{
  "code": 200,
  "message": "success",
  "data": {
    "taskId": "abc123xyz"
  }
}

參數說明

請求參數

  • model - 模型 ID(使用 "seedance-2-0")
  • inputs.prompt - 視訊的文字描述(文生視訊必填,圖生視訊可選)
  • inputs.duration - 視訊時長:4s、5s、8s、10s 或 15s
  • inputs.resolution - 輸出解析度(如 1280x720)
  • inputs.urls - 圖生視訊的 1-2 張圖片 URL 陣列

解析度選項

  • 1280x720 - 16:9 橫屏
  • 720x1280 - 9:16 豎屏
  • 720x720 - 1:1 方形
  • 960x720 - 4:3
  • 720x960 - 3:4

HTTP 狀態碼

成功

200請求成功

錯誤

400參數無效或缺少必填欄位
401認證失敗(API Key 無效或缺失)
402積分不足
403權限拒絕(存取其他使用者的資源)
404任務不存在
451內容違規(檢測到不合規內容)
500伺服器內部錯誤

錯誤代碼

當 status 為 'fail' 時,回應中會包含 errorCode 欄位,便於程式化處理:

CONTENT_POLICY內容違反平台規則。請修改您的提示詞或圖片後重試。
GENERATION_FAILED視訊生成因技術原因失敗。請重試。
INVALID_PARAMS請求參數無效。請檢查 API 文件。

Pricing — Simple and Transparent

Pay-as-you-go credits or membership. No hidden fees. Use credits for Seedance 2.0 generation across all modes.

600
$19.99
600 積分
積分永不過期
無浮水印
所有的人工智慧生成功能
允許商業用途
熱門
2,100
含 600 贈送
$49.99
2100 積分
積分永不過期
無浮水印
所有的人工智慧生成功能
允許商業用途
15,900
含 6,900 贈送
$299
15900 積分
積分永不過期
無浮水印
所有的人工智慧生成功能
允許商業用途
完整商業授權協議
需要幫助?加入 Discord 社區

一生的使用權

付費後,您透過本網站生成的所有作品——您將擁有,永久有效。

永久

永久商業授權

下載您的 AI 作品商業使用許可憑證(付費使用者專屬)。

專業必備
?訂單遇到問題?
退款/訂單諮詢

我們通常在 24 小時內回覆

對我們的視訊生成計劃有回饋? 提交回饋 或發郵件至 [email protected]

常見問題

關於 Seedance 2.0 API 的一切

API 何時上線的?

Seedance 2.0 API 已於 2026 年 2 月 20 日上線。加入 Discord 取得動態與支援。

有哪些視訊模型可用?

API 提供字節跳動 Seedance 2.0 模型,支援文生視訊與圖生視訊,多種解析度與時長(4s~15s)。

API 使用如何計費?

按生成視訊的秒數扣積分。Seedance 2.0 為 22 積分/秒,例如 5 秒 110 積分、10 秒 220 積分。詳見定價頁。

最大視訊長度是多少?

單次請求最長 15 秒。支援的時長為 4s、5s、8s、10s、15s。

有免費額度嗎?

有。新用戶享有免費額度。需要更多免費額度可加入 Discord 或寄信聯絡管理員取得。

支援哪些解析度?

支援多種寬高比(16:9、9:16、1:1、4:3、3:4)及常見解析度,可選橫屏、豎屏或方形。

找不到您需要的答案?我們的支援團隊隨時為您提供協助。

加入 Discord

Start Creating with Seedance 2.0

Join creators using ByteDance's video AI. Turn ideas into professional clips—no crew, no post-production.

Start Creating NowView ExamplesJoin Discord