📢【模型预告】MiniMax H3 多模态视频模型即将上线 API 调用!上线后可前往 模型广场 查看调用,敬请期待!
{ "Image": { "Url": "https://example.com/image.png" }, "CameraControl": { "Type": "simple" } }
curl --location 'https://vg-api.aig-ai.com/v1//image2video' \ --header 'Authorization: Bearer sk-abcdefghijklmnopqrstuvwxyz1234567890' \ --header 'Content-Type: application/json' \ --data '{ "Image": { "Url": "https://example.com/image.png" }, "CameraControl": { "Type": "simple" } }'
{ "Response": { "JobId": "1428581788753207296", "RequestId": "b867e180-074e-4b7d-a275-cc5c0032931c" } }