⚠️紧急通知:由于火山官方近期在严格自查客户违规转售 API 的行为,当前海外渠道收到官方预警。即日起,先暂停海外seedance API 接口服务,恢复时间另行通知,非常抱歉给您带来不便,感谢理解与支持🙏
{
"Model": "kling-v3",
"Prompt": "参考图任务动作和视频保持一致",
"Image": "https://************************.cos.ap-guangzhou.myqcloud.com/********/video/motion-control/motion-control.jpg",
"Video": "https://************************.cos.ap-guangzhou.myqcloud.com/********/video/motion-control/motion-control.mp4",
"Mode": "std",
"ElementList": [
{
"ElementId": "string"
}
],
"KeepOriginalSound": "yes",
"CharacterOrientation": "image",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
},
"CallbackUrl": "https://callback.com"
}curl --location 'https://vg-api.aig-ai.com/v1//motion-control' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--header 'Content-Type: application/json' \
--data '{
"Model": "kling-v3",
"Prompt": "参考图任务动作和视频保持一致",
"Image": "https://************************.cos.ap-guangzhou.myqcloud.com/********/video/motion-control/motion-control.jpg",
"Video": "https://************************.cos.ap-guangzhou.myqcloud.com/********/video/motion-control/motion-control.mp4",
"Mode": "std",
"ElementList": [
{
"ElementId": "string"
}
],
"KeepOriginalSound": "yes",
"CharacterOrientation": "image",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
},
"CallbackUrl": "https://callback.com"
}'{
"Response": {
"JobId": "string",
"RequestId": "string"
}
}