---
title: "Upscale image resolution (2x-8x)"
method: POST
path: "/api/v1/upscale"
tags: ["Image Processing (v1)"]
---

# Upscale image resolution (2x-8x)

`POST /api/v1/upscale`

## Response `200`

Image upscaled

- ProcessingResult
  - `success` boolean
  - `processing_id` string
  - `result` string — Base64-encoded result image
  - `credits_remaining` integer
  - `processing_time` number

---

[API](https://skmtc.dev/pixelpanda/apis/pixelpanda-api.md) · [All operations](https://skmtc.dev/pixelpanda/apis/pixelpanda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixelpanda/pixelpanda-api/revisions/ab364b97afe5/schema)
