⚠️紧急通知:由于火山官方近期在严格自查客户违规转售 API 的行为,当前海外渠道收到官方预警。即日起,先暂停海外seedance API 接口服务,恢复时间另行通知,非常抱歉给您带来不便,感谢理解与支持🙏
{
"Prompt": "一只狗",
"Model": "kling-video-o1",
"ImageList": [
{
"ImageUrl": "https://cos.ap-guangzhou.myqcloud.com/test.png",
"Type": "first_frame"
}
],
"AspectRatio": "16:9",
"Duration": 5,
"Mode": "std",
"VideoList": [
{
"VideoUrl": "http://cloud.com/file/video.mp4",
"ReferType": "feature",
"KeepOriginalSound": "yes"
}
],
"MultiShot": true,
"ShotType": "customize",
"MultiPrompt": [
{
"Index": 0,
"Prompt": "string",
"Duration": "5"
}
],
"ElementList": [
{
"ElementId": "string"
}
],
"Sound": "on",
"CallbackUrl": "https://callback.com",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
}
}curl --location 'https://vg-api.aig-ai.com/v1//omni-video' \
--header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \
--header 'Content-Type: application/json' \
--data '{
"Prompt": "一只狗",
"Model": "kling-video-o1",
"ImageList": [
{
"ImageUrl": "https://cos.ap-guangzhou.myqcloud.com/test.png",
"Type": "first_frame"
}
],
"AspectRatio": "16:9",
"Duration": 5,
"Mode": "std",
"VideoList": [
{
"VideoUrl": "http://cloud.com/file/video.mp4",
"ReferType": "feature",
"KeepOriginalSound": "yes"
}
],
"MultiShot": true,
"ShotType": "customize",
"MultiPrompt": [
{
"Index": 0,
"Prompt": "string",
"Duration": "5"
}
],
"ElementList": [
{
"ElementId": "string"
}
],
"Sound": "on",
"CallbackUrl": "https://callback.com",
"LogoAdd": 1,
"LogoParam": {
"LogoUrl": "http://example.com",
"LogoImage": "string",
"LogoRect": {
"X": -222,
"Y": -54,
"Width": 202,
"Height": 34
}
}
}'{
"Response": {
"JobId": "string",
"RequestId": "string"
}
}