Seedance2.0 渠道2
视频生成
Seedance2.0 渠道2
POST
Seedance2.0 渠道2
授权
在 Authorization 请求头中传入 Bearer Token,例如:Bearer xxxxxx 如何获取 Token?
请求体
application/json
最后修改于 2026年7月23日
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 新用户特惠!注册后赠送 200 算力值!
curl --request POST \
--url https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "生成一段科幻世界的视频",
"aspect_ratio": 2,
"model_option": 1,
"resolution_option": 2
}
'const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({prompt: '生成一段科幻世界的视频', aspect_ratio: 2, model_option: 1, resolution_option: 2})
};
fetch('https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2"
payload = {
"prompt": "生成一段科幻世界的视频",
"aspect_ratio": 2,
"model_option": 1,
"resolution_option": 2
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"status": 100,
"message": "操作成功",
"data": {
"id": 11,
"status": "Running",
"amount": 100
}
}{}curl --request POST \
--url https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2 \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "生成一段科幻世界的视频",
"aspect_ratio": 2,
"model_option": 1,
"resolution_option": 2
}
'const options = {
method: 'POST',
headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'},
body: JSON.stringify({prompt: '生成一段科幻世界的视频', aspect_ratio: 2, model_option: 1, resolution_option: 2})
};
fetch('https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://open251124.ai.jko.cc/workflow/seedanceDiscountChannel2"
payload = {
"prompt": "生成一段科幻世界的视频",
"aspect_ratio": 2,
"model_option": 1,
"resolution_option": 2
}
headers = {
"Authorization": "Bearer <token>",
"Content-Type": "application/json"
}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"status": 100,
"message": "操作成功",
"data": {
"id": 11,
"status": "Running",
"amount": 100
}
}{}在 Authorization 请求头中传入 Bearer Token,例如:Bearer xxxxxx 如何获取 Token?
提示词
"生成一段科幻世界的视频"
画面比例(1:16:9;2:9:16;3:1:1;4:3:4)
1, 2, 3, 4 2
模型(1:模型1)
1 1
分辨率(2:720p)
2 2
参考素材 URL 列表
["https://example.com/reference.jpg"]
