---
title: "Upscale Image Processes V3"
method: POST
path: "/api/ai/images/upscale/v3"
---

# Upscale Image Processes V3

`POST /api/ai/images/upscale/v3`

## Response `200`

Success

- ImageUpscaleResponse
  - `id` string — The unique identifier associated with the image upscale process.
  - `status` string — The status of the image upscale process.
  - `timestamp` integer — The timestamp when the image upscale request was processed.
  - `content` union — The output URL or blob of the upscaled image.
    - string
    - object
  - `processing_count` integer — The number of times the image has been processed to come to the desired output.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - Invalid API Key or Organization Key
- `404` — Not Found
- `406` — Not Acceptable - Invalid Content Type or Content not supported
- `500` — Internal Server Error

---

[API](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints.md) · [All operations](https://skmtc.net/worqhat/apis/worqhat-ai-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worqhat/worqhat-ai-api-endpoints/revisions/a1044e79bd85/schema)
