cURL
curl --request POST \ --url https://api.tensorslab.com/v1/video/seedancev1 \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data' \ --form 'prompt=<string>' \ --form 'sourceImage=<string>' \ --form 'imageUrl=<string>' \ --form ratio=9:16 \ --form duration=5 \ --form seed=123 \ --form resolution=720p \ --form fps=24 \ --form camerafixed=0 \ --form sourceImage.items='@example-file'
{ "code": 123, "msg": "<string>", "data": { "taskid": "<string>" } }
使用 SeeDance-1.0 轻量版模型生成视频
Documentation IndexFetch the complete documentation index at: https://docs.tensorslab.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tensorslab.com/llms.txt
Use this file to discover all available pages before exploring further.
API密钥认证,请在请求头中包含Authorization字段
提示词描述
源图片文件(1-2张)
源图片URL,多个图片用逗号分隔
视频宽高比
视频时长(秒)
5
10
随机种子
视频分辨率
480p
720p
1080p
帧率
固定相机,1为启用
0
1
请求成功
通用响应
响应状态码:1000=成功,9999=失败,9000=积分不足
响应消息
通用数据响应
Show child attributes