---
title: "Image To Video"
method: POST
path: "/api/generate/image-to-video"
tags: ["generate"]
---

# Image To Video

`POST /api/generate/image-to-video`

Generate a video from a provided image.

## Response `200`

Successful Response

- VideoResponse — Response model for image generation.
  - `images` Media[], required — The generated images.
    - `url` string, required — The URL where the media can be accessed.
    - `seed` integer, required — The seed used to generate the media.
    - `nsfw` boolean, required — Whether the media was flagged as NSFW.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `422` — Validation Error
- `500` — Internal Server Error
- `default` — Error

---

[API](https://skmtc.net/livepeer/apis/untitled-api.md) · [All operations](https://skmtc.net/livepeer/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livepeer/untitled-api/versions/dfc937fc0d2c/schema)
