{
"promptImage": [
{
"uri": "https://xxx/res/img/open.png",
"position": "first"
},
{ "uri": "https://xxx/res/img/open.png", "position": "last" }
],
"seed": 4294967295,
"model": "gen4_turbo",
"promptText": "wave",
"watermark": false,
"duration": 5,
"ratio": "1280:768"
}curl --location --request POST '/runwayml/v1/image_to_video' \
--header 'Authorization: sk-TBM3XaV31ISr0Nq9BdDfC5D5A98f4fA8Af89FfDc1bA91b03' \
--header 'Content-Type: application/json' \
--data-raw '{
"promptImage": [
{
"uri": "https://xxx/res/img/open.png",
"position": "first"
},
{ "uri": "https://xxx/res/img/open.png", "position": "last" }
],
"seed": 4294967295,
"model": "gen4_turbo",
"promptText": "wave",
"watermark": false,
"duration": 5,
"ratio": "1280:768"
}'{}