📢【模型预告】MiniMax H3 多模态视频模型即将上线 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"
}
}