Runbase

Command Palette

Search for a command to run...

ByteDance

Seedance 2.0

ID:bytedance/seedance-2

API tạo video Seedance 2.0 của ByteDance — lên đến 1080p với âm thanh và hội thoại tích hợp, chuyển hình ảnh thành video, và clip từ 4 đến 15 giây.

Chuyển văn bản thành videoChuyển hình ảnh thành videoTạo âm thanh1080p

Tổng quan

API tạo video Seedance 2.0 của ByteDance — lên đến 1080p với âm thanh và hội thoại tích hợp, chuyển hình ảnh thành video, và clip từ 4 đến 15 giây.

Xác thực

Tất cả request API yêu cầu khóa API hợp lệ được truyền qua header Authorization sử dụng scheme Bearer.

Bắt đầu nhanh

Thông tin xác thực

Đặt biến môi trường RUNBASE_API_KEY.

Shell
export RUNBASE_API_KEY=your-api-key

Tạo lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-2",
    "input": {
      "prompt": "A cinematic product photo of a ceramic lamp"
    }
  }'

Lượt chạy

Các lượt chạy được xử lý bất đồng bộ. Gửi request, sau đó poll để lấy kết quả.

Tạo lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs \
  -H "Authorization: Bearer $RUNBASE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bytedance/seedance-2",
    "input": { "prompt": "A cinematic product photo of a ceramic lamp" }
  }'

Lấy trạng thái lượt chạy

Shell
curl -s https://runbase.net/api/v1/runs/RUN_ID \
  -H "Authorization: Bearer $RUNBASE_API_KEY"

Lấy kết quả

Poll endpoint trạng thái cho đến khi status là "succeeded", sau đó đọc output.urls từ response.

Schema đầu vào

Tham sốLoạiBắt buộcMô tả
promptstringBắt buộcPrompt
aspect_ratiostringTùy chọnAspect ratioTùy chọn: 1:13:44:39:1616:921:9
resolutionstringTùy chọnResolutionTùy chọn: 480p720p1080p
durationnumberTùy chọnDuration (seconds)
generate_audiobooleanTùy chọnGenerate audio
image_urlsstring[]Tùy chọnFirst frame image

Schema đầu ra

TrườngLoạiMô tả
urlsstring[]URL đầu ra đã tạo

Lỗi

API sử dụng mã trạng thái HTTP tiêu chuẩn để biểu thị thành công hoặc thất bại.

Mã trạng tháiMô tả
400Requête invalide - paramètres manquants ou malformés
401Échec de l'authentification - clé API manquante ou invalide
402Crédits insuffisants
403Interdit - IP non autorisée ou limite de crédits de la clé API dépassée
404Exécution introuvable
429Limite de requêtes dépassée
500Erreur interne du serveur