curl --request POST \
--url https://api.evolink.ai/v1/videos/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model": "seedance-2.5-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.5-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_parameter",
"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.5-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.5 Reference-to-Video 多模态参考生视频
- 输入参考图片(0–30)+ 参考视频(0–10)+ 参考音频(0–10)+ 文本提示词生成视频,图片、视频、音频至少提供一种素材
- 适用于全新生成:图片、视频、音频作为风格、主体、运镜、配乐的参考
- 要改写或续接已有视频,请改用 Video Edit / Video Extend:本模型的提示词一旦带上编辑或延长意图,就会按编辑 / 延长任务校验参数,提交时不报错,任务跑起来才失败
- 现已支持 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.5-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.5-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_parameter",
"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.5-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.5-reference-to-video "seedance-2.5-reference-to-video"
描述期望生成视频的文本提示词。支持中英文,建议中文不超过 500 字。提示词最大长度:10000 tokens
说明:
- 在 prompt 中引用输入素材时,优先使用
@image1、@video1、@audio1这类显式标签,而不是仅使用「图片1」「视频1」「音频1」等自然语言表述 - 标签编号与对应 URL 数组的顺序一致并从 1 开始:
image_urls第一项为@image1,video_urls第一项为@video1,audio_urls第一项为@audio1 - 自然语言编号可能仍可被识别,但显式标签能更准确地建立素材与用途的对应关系
避免被判定为编辑 / 延长任务:
- 模型按提示词意图判定任务类型:出现「编辑视频、增加 / 加上、删除 / 去掉、修改 / 替换 / 改成」会被判为视频编辑;出现「向前 / 向后延长、延续、续写」会被判为视频延长
- 一旦被判为这两类任务,
aspect_ratio必须为adaptive、视频编辑的duration必须为-1,否则提交时不会报错,要等任务状态变成failed才能看到错误(错误码InvalidParameter.TaskTypeConstraint);失败会退回预扣额度,但等待的时间白花 - 确实要做编辑 / 延长,请直接改用
seedance-2.5-video-edit、seedance-2.5-video-extend:提交时即校验参数,不合法会立即同步报错 - 只做参考生成时,把「替换成 / 去掉」这类词改成描述性表达,例如「画面中出现 …」「以 @image1 的风格呈现 …」
"全程使用 @video1 的第一视角构图,全程使用 @audio1 作为背景音乐。第一人称视角果茶宣传广告..."
参考图片 URL 数组,可不传;传入时为 1–30 张
必填关系: image_urls、video_urls、audio_urls 三者至少提供一个。
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 图片 | reference_image | 风格参考、产品图、首帧/尾帧(通过 prompt 指定) |
图片要求:
- 支持格式:
.jpeg、.png、.webp - 宽高比(宽/高):
0.4~2.5 - 宽高像素:
300~6000px - 单张大小:不超过
30MB - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 图像 URL 需要服务器能直接访问
1 - 30 elements[
"https://example.com/ref1.jpg",
"https://example.com/ref2.jpg"
]
参考视频 URL 数组,可不传;传入时为 1–10 个
必填关系: image_urls、video_urls、audio_urls 三者至少提供一个。
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 视频 | reference_video | 运镜参考、动作参考、待编辑/延长的原始视频 |
视频要求:
- 支持格式:
.mp4、.mov - 分辨率:480p、720p、1080p、4K
- 单个视频时长:
2~30秒,最多 10 个,所有视频总时长 ≤30秒 - 宽高比(宽/高):
0.4~2.5 - 宽高像素:
300~6000px - 画面像素(宽 × 高):
409,600~8,295,044(如 640×640 ~ 3326×2494) - 单个大小:不超过
200MB - 帧率:
24~60FPS - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 具体编码、分辨率等素材有效性由模型进一步校验
- 使用视频参考会增加费用(输入视频时长计入计费)
- 视频 URL 需要服务器能直接访问
1 - 10 elements["https://example.com/reference.mp4"]
参考音频 URL 数组,可不传;传入时为 1–10 段
必填关系: image_urls、video_urls、audio_urls 三者至少提供一个。
角色说明:
| 媒体类型 | 角色 | 典型用途 |
|---|---|---|
| 音频 | reference_audio | 背景音乐、音效、语音/台词参考 |
音频要求:
- 支持格式:
.wav、.mp3 - 单段音频时长:
2~30秒,最多 10 段,所有音频总时长 ≤30秒 - 单个大小:不超过
15MB - 请求体总大小不超过
64MB,请勿使用 Base64 编码 - 音频 URL 需要服务器能直接访问
1 - 10 elements["https://example.com/bgm.mp3"]
输出视频时长(秒),默认为 5 秒
说明:
- 支持
4–30秒之间的任意整数值 -1:自动时长,由模型在4–30秒内自行决定,按实际产出时长计费- 时长与计费直接相关
若提示词被判为视频编辑任务,仅 -1 合法,传具体秒数会让任务失败,且提交时不报错
10
视频分辨率,默认为 720p
可选值:
480p:清晰度较低,价格较低720p:标准清晰度,此为默认值1080p:超高清晰度
480p, 720p, 1080p "720p"
视频宽高比,默认为 adaptive
可选值:
16:9(横屏)、9:16(竖屏)、1:1(方形)、4:3、3:4、21:9(超宽屏)adaptive:根据提示词意图判断,优先级:视频 > 图片 > 提示词
各分辨率对应像素值:
| 宽高比 | 480p | 720p |
|---|---|---|
| 16:9 | 854×480 | 1280×720 |
| 4:3 | 752×560 | 1112×834 |
| 1:1 | 640×640 | 960×960 |
| 3:4 | 560×752 | 834×1112 |
| 9:16 | 480×854 | 720×1280 |
| 21:9 | 992×432 | 1470×630 |
若提示词被判为视频编辑 / 视频延长任务,仅 adaptive 合法,传固定比例会让任务失败,且提交时不报错
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
输出容器格式,默认为 mp4
可选值:
mp4:H.264 编码,兼容性最好,标准色彩精度,此为默认值mov:H.264 + yuv444p 色度采样 + PCM 音频,色彩保真度更高,适合调色、抠像、合成等后期流程。浏览器内嵌播放可能不支持,请下载后使用 VLC / mpv / ffplay 播放。不额外收费
mp4, mov "mp4"
任务完成后的 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.5-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