{
"promptImage": {},
"seed": 0,
"model": "string",
"promptText": "string",
"watermark": true,
"duration": 0,
"ratio": "string"
}
curl --location -g --request POST '{{BASE_URL}}/runwayml/v1/image_to_video' \
--header 'X-Runway-Version: 2024-11-06' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"promptImage": {},
"seed": 0,
"model": "string",
"promptText": "string",
"watermark": true,
"duration": 0,
"ratio": "string"
}'
{
"id": "13db8785-77bc-4273-883b-e462f3e7ff52"
}