---
title: "Runway Image to Video API"
method: POST
path: "/runwayml/v1/image_to_video"
---

# Runway Image to Video API

`POST /runwayml/v1/image_to_video`

Use this field according to the endpoint schema.

## Headers

- `X-Runway-Version` string, required

## Request body

- object
  - `promptImage` string, required — Use this field according to the endpoint schema.
  - `seed` integer — Use this field according to the endpoint schema.
  - `model` string, required — Use this field according to the endpoint schema.
  - `promptText` string — Use this field according to the endpoint schema.
  - `watermark` boolean — Use this field according to the endpoint schema.
  - `duration` integer — Use this field according to the endpoint schema.
  - `ratio` '1280:720' | '720:1280' | '1104:832' | '832:1104' | '960:960' | '1584:672' | '1280:768' | '768:1280' — Use this field according to the endpoint schema.

## Response `200`

Use this field according to the endpoint schema.

- object
  - `id` string, 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)
