curl --location -g --request POST '/runwayml/v1/video_to_video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUri": "https://example.com/video.mp4",
"promptText": "string",
"ratio": "1280:720",
"seed": 4294967295,
"references": [
{
"type": "image",
"uri": "https://example.com/image.jpg"
}
],
"contentModeration": {
"publicFigureThreshold": "auto"
},
"model": "gen4_aleph"
}'{}