---
title: "Upscale"
method: POST
path: "/api/generate/upscale"
tags: ["generate"]
---

# Upscale

`POST /api/generate/upscale`

Upscale an image by increasing its resolution.

## Response `200`

Successful Response

- ImageResponse — 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/revisions/dfc937fc0d2c/schema)
