---
title: "Video to Video Style Redraw API"
method: POST
path: "/runway/pro/video2video"
---

# Video to Video Style Redraw API

`POST /runway/pro/video2video`

## Headers

- `X-Runway-Version` string

## Request body

- object
  - `callback_url` string, required
  - `video` string, required — Use this field according to the endpoint schema.
  - `model` string, required — Use this field according to the endpoint schema.
  - `prompt` string, required — Use this field according to the endpoint schema.
  - `options` object, required — Use this field according to the endpoint schema.
    - `seconds` integer, required — Use this field according to the endpoint schema.
    - `structure_transformation` number, required — >= 0 <= 1
    - `flip` boolean, required — Use this field according to the endpoint schema.

## Response `200`

OK

- object
  - `code` integer, required — Use this field according to the endpoint schema.
  - `msg` string, required — Use this field according to the endpoint schema.
  - `data` object, required
    - `task_id` string, required — Use this field according to the endpoint schema.
    - `state` string, nullable — Use this field according to the endpoint schema.
    - `status` string, nullable — Use this field according to the endpoint schema.
    - `prompt` string, nullable — Use this field according to the endpoint schema.
    - `prompt_en` string, nullable — Use this field according to the endpoint schema.
    - `video_url` string, nullable — Use this field according to the endpoint schema.
    - `raw_video_url` string, nullable — Use this field according to the endpoint schema.
    - `poster` string, nullable — Use this field according to the endpoint schema.
    - `last_frame` string, nullable — Use this field according to the endpoint schema.
    - `msg` string, nullable — Use this field according to the endpoint schema.
    - `point` string, nullable
    - `refund` string, nullable
    - `create_time` string, nullable — Use this field according to the endpoint schema.
    - `update_time` string, nullable — Use this field according to the endpoint schema.
  - `exec_time` number, required — Use this field according to the endpoint schema.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
