{
"videoUri": "http://example.com",
"promptText": "增加下雨效果",
"seed": 4294967295,
"model": "gen4_aleph",
"references": [
{
"type": "image",
"uri": "http://example.com"
}
],
"ratio": "1280:720",
"contentModeration": {
"publicFigureThreshold": "auto"
}
}curl --location --request POST '/runwayml/v1/video_to_video' \
--header 'Authorization: sk-TBM3XaV31ISr0Nq9BdDfC5D5A98f4fA8Af89FfDc1bA91b03' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUri": "http://example.com",
"promptText": "增加下雨效果",
"seed": 4294967295,
"model": "gen4_aleph",
"references": [
{
"type": "image",
"uri": "http://example.com"
}
],
"ratio": "1280:720",
"contentModeration": {
"publicFigureThreshold": "auto"
}
}'{}