curl --request POST \
--url https://api.evolink.ai/v1/videos/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "seedance-2.0-fast-reference-to-video",
"prompt": "全程使用 @video1 的第一视角构图,全程使用 @audio1 作为背景音乐。第一人称视角果茶宣传广告...",
"image_urls": [
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
],
"video_urls": [
"https://example.com/reference.mp4"
],
"audio_urls": [
"https://example.com/bgm.mp3"
],
"duration": 10,
"quality": "720p",
"aspect_ratio": "16:9",
"generate_audio": true,
"content_filter": true
}
'{
"created": 1761313744,
"id": "task-unified-1774857405-abc123",
"model": "seedance-2.0-fast-reference-to-video",
"object": "video.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": true,
"estimated_time": 165,
"video_duration": 8
},
"type": "video",
"usage": {
"billing_rule": "per_second",
"credits_reserved": 50,
"user_group": "default"
}
}{
"error": {
"code": "invalid_request",
"message": "Invalid request parameters",
"type": "invalid_request_error"
}
}{
"error": {
"code": "unauthorized",
"message": "Invalid or expired token",
"type": "authentication_error"
}
}{
"error": {
"code": "insufficient_quota",
"message": "Insufficient quota. Please top up your account.",
"type": "insufficient_quota"
}
}{
"error": {
"code": "model_access_denied",
"message": "Token does not have access to model: seedance-2.0-fast-reference-to-video",
"type": "invalid_request_error"
}
}{
"error": {
"code": "rate_limit_exceeded",
"message": "Too many requests, please try again later",
"type": "rate_limit_error"
}
}{
"error": {
"code": "internal_error",
"message": "Internal server error",
"type": "api_error"
}
}Seedance 2.0 Fast Reference-to-Video 多模态参考生视频
- 输入参考图片(0–9)+ 参考视频(0–3)+ 参考音频(0–3)+ 文本提示词生成视频
- 支持全新生成、编辑视频、延长视频等多种创作场景
- 现已支持 AIGC 类真人素材
- 异步处理模式,使用返回的任务ID 进行查询
- 生成的视频链接,有效期为24小时,请尽快保存
curl --request POST \
--url https://api.evolink.ai/v1/videos/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "seedance-2.0-fast-reference-to-video",
"prompt": "全程使用 @video1 的第一视角构图,全程使用 @audio1 作为背景音乐。第一人称视角果茶宣传广告...",
"image_urls": [
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
],
"video_urls": [
"https://example.com/reference.mp4"
],
"audio_urls": [
"https://example.com/bgm.mp3"
],
"duration": 10,
"quality": "720p",
"aspect_ratio": "16:9",
"generate_audio": true,
"content_filter": true
}
'{
"created": 1761313744,
"id": "task-unified-1774857405-abc123",
"model": "seedance-2.0-fast-reference-to-video",
"object": "video.generation.task",
"progress": 0,
"status": "pending",
"task_info": {
"can_cancel": true,
"estimated_time": 165,
"video_duration": 8
},
"type": "video",
"usage": {
"billing_rule": "per_second",
"credits_reserved": 50,
"user_group": "default"
}
}{
"error": {
"code": "invalid_request",
"message": "Invalid request parameters",
"type": "invalid_request_error"
}
}{
"error": {
"code": "unauthorized",
"message": "Invalid or expired token",
"type": "authentication_error"
}
}{
"error": {
"code": "insufficient_quota",
"message": "Insufficient quota. Please top up your account.",
"type": "insufficient_quota"
}
}{
"error": {
"code": "model_access_denied",
"message": "Token does not have access to model: seedance-2.0-fast-reference-to-video",
"type": "invalid_request_error"
}
}{
"error": {
"code": "rate_limit_exceeded",
"message": "Too many requests, please try again later",
"type": "rate_limit_error"
}
}{
"error": {
"code": "internal_error",
"message": "Internal server error",
"type": "api_error"
}
}授权
##所有接口均需要使用Bearer Token进行认证##
获取 API Key:
访问 API Key 管理页面 获取您的 API Key
使用时在请求头中添加:
Authorization: Bearer YOUR_API_KEY
请求体
视频生成模型名称
seedance-2.0-fast-reference-to-video "seedance-2.0-fast-reference-to-video"
描述期望生成视频的文本提示词。支持中英文,建议中文不超过 500 字。提示词最大长度:10000 tokens
说明:
- 在 prompt 中引用输入素材时,优先使用
@image1、@video1、@audio1这类显式标签,而不是仅使用「图片1」「视频1」「音频1」等自然语言表述 - 标签编号与对应 URL 数组的顺序一致并从 1 开始:
image_urls第一项为@image1,video_urls第一项为@video1,audio_urls第一项为@audio1 - 自然语言编号可能仍可被识别,但显式标签能更准确地建立素材与用途的对应关系
"全程使用 @video1 的第一视角构图,全程使用 @audio1 作为背景音乐。第一人称视角果茶宣传广告..."
参考图片 URL 数组,0–9 张
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 图片 | reference_image | 风格参考、产品图、人物形象、首帧/尾帧(通过 prompt 指定) |
图片要求:
- 支持格式:
.jpeg、.png、.webp - 宽高比(宽/高):
0.4~2.5 - 宽高像素:
300~6000px - 单张大小:不超过
30MB - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 图像 URL 需要服务器能直接访问
注意: 不可仅传入 audio_urls,必须至少包含 1 张图片(image_urls)或 1 个视频(video_urls)
9[
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]
参考视频 URL 数组,0–3 个
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 视频 | reference_video | 运镜参考、动作参考、待编辑/延长的原始视频 |
视频要求:
- 支持格式:
.mp4、.mov - 分辨率:480p、720p、1080p
- 单个视频时长:
2~15秒,最多 3 个,所有视频总时长 ≤15秒 - 宽高比(宽/高):
0.4~2.5 - 宽高像素:
300~6000px - 画面像素(宽 × 高):
409,600~2,086,876(如 640×640 ~ 2206×946) - 单个大小:不超过
50MB - 帧率:
24~60FPS - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 使用视频参考会增加费用(输入视频时长计入计费)
- 视频 URL 需要服务器能直接访问
注意: 不可仅传入 audio_urls,必须至少包含 1 张图片(image_urls)或 1 个视频(video_urls)
3["https://example.com/reference.mp4"]
参考音频 URL 数组,0–3 段
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 音频 | reference_audio | 背景音乐、音效、语音/台词参考 |
音频要求:
- 支持格式:
.wav、.mp3 - 单段音频时长:
2~15秒,最多 3 段,所有音频总时长 ≤15秒 - 单个大小:不超过
15MB - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 音频 URL 需要服务器能直接访问
注意: 不可单独输入音频,应至少包含 1 个参考视频或图片
3["https://example.com/bgm.mp3"]
输出视频时长(秒),默认为 5 秒
说明:
- 支持
4–15秒之间的任意整数值 - 时长与计费直接相关
4 <= x <= 1510
视频分辨率,默认为 720p
可选值:
480p:清晰度较低,价格较低720p:标准清晰度,此为默认值1080p:超高清晰度,即将开放
480p, 720p "720p"
视频宽高比,默认为 adaptive
可选值:
16:9(横屏)、9:16(竖屏)、1:1(方形)、4:3、3:4、21:9(超宽屏)adaptive:根据提示词意图判断,优先级:视频 > 图片 > 提示词
各分辨率对应像素值:
| 宽高比 | 480p | 720p |
|---|---|---|
| 16:9 | 864×496 | 1280×720 |
| 4:3 | 752×560 | 1112×834 |
| 1:1 | 640×640 | 960×960 |
| 3:4 | 560×752 | 834×1112 |
| 9:16 | 496×864 | 720×1280 |
| 21:9 | 992×432 | 1470×630 |
16:9, 9:16, 1:1, 4:3, 3:4, 21:9, adaptive "16:9"
是否生成同步音频,默认为 true
可选值:
true:视频包含同步音频,不额外收费false:输出无声视频
true
内容过滤开关,默认为 true
可选值:
true:标准内容安全检查,这是默认值false:放松内容限制,按 +10%(1.1x)计费。违法违禁内容始终强制拦截,不受此设置影响
与联网搜索互斥:
content_filter: false与model_params.web_search: true不能同时使用,同时传会返回 400 参数错误- 需要联网搜索时请保持
content_filter: true(默认值)
true
任务完成后的 HTTPS 回调地址
回调时机:
- 任务完成(completed)、失败(failed)或取消(cancelled)时触发
- 在计费确认完成后发送
安全限制:
- 仅支持 HTTPS 协议
- 禁止回调到内网 IP 地址(127.0.0.1、10.x.x.x、172.16-31.x.x、192.168.x.x 等)
- URL 长度不超过
2048字符
回调机制:
- 超时时间:
10秒 - 失败后最多重试
3次(分别在失败后1/2/4秒重试) - 回调响应体格式与任务查询接口返回格式一致
- 返回 2xx 状态码视为成功,其他状态码触发重试
"https://your-domain.com/webhooks/video-task-completed"
响应
视频生成任务创建成功
任务创建时间戳
1761313744
任务ID
"task-unified-1774857405-abc123"
实际使用的模型名称
"seedance-2.0-fast-reference-to-video"
任务的具体类型
video.generation.task 任务进度百分比 (0-100)
0 <= x <= 1000
任务状态
pending, processing, completed, failed "pending"
视频任务详细信息
Show child attributes
Show child attributes
任务的输出类型
text, image, audio, video "video"
使用量和计费信息
Show child attributes
Show child attributes