{
"prompt": "飞来一只猪",
"motion": "low",
"image": "https://img0.baidu.com/it/u=99591687,4110175918&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200"
}
curl --location -g --request POST '{{BASE_URL}}/mj/submit/video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "飞来一只猪",
"motion": "low",
"image": "https://img0.baidu.com/it/u=99591687,4110175918&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=1200"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}