{
"video": "https://example.com/test-video.mp4",
"image": "https://example.com/test-image.jpg",
"options": {
"motion_multiplier": 3,
"flip": false
},
"callback_url": "https://example.com/callback"
}curl --location --request POST 'https://api.aiznt.com/runway/v1/video/act_one' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "https://example.com/test-video.mp4",
"image": "https://example.com/test-image.jpg",
"options": {
"motion_multiplier": 3,
"flip": false
},
"callback_url": "https://example.com/callback"
}'{
"code": 200,
"msg": "成功",
"data": {
"task_id": "0b63021d-d369-46e9-acdb-2d4f5e08a514"
},
"exec_time": 0.835687,
"ip": "91.199.84.247"
}