Start generating
Video to video
This endpoint will start a new task to generate a video from a video.
post/v1/video_to_video
Headers
X-Runway-Version'2024-11-06' required
The version of the RunwayML API being used. You can read more about versioning here.
Request body
Example request
{
"keyframes": [
{
"uri": "https://example.com/image.jpg"
}
],
"videoUri": "https://example.com/video.mp4"
}Response
The task that was created.