Authorization: Bearer ********************
= 0 <= 99999999
{
"promptImage": "string",
"seed": 0,
"model": "string",
"promptText": "string",
"watermark": true,
"duration": 0,
"ratio": "string"
}
curl --location -g --request POST '{{YOUR_BASE_URL}}/runwayml/v1/image_to_video' \
--header 'Content-Type: application/json' \
--data-raw '{
"promptImage": "string",
"seed": 0,
"model": "string",
"promptText": "string",
"watermark": true,
"duration": 0,
"ratio": "string"
}'
{
"id": "dd04dc19-838b-4161-ab62-7a24832c5327"
}