---
title: "Set screen resolution"
method: POST
path: "/boxes/{boxId}/resolution"
tags: ["Box"]
---

# Set screen resolution

`POST /boxes/{boxId}/resolution`

Set the screen resolution

## Path parameters

- `boxId` string, required

## Request body

- SetScreenResolution — Set the screen resolution
  - `width` number, required — The width of the screen
  - `height` number, required — The height of the screen

## Response `200`

- Resolution — Resolution configuration
  - `width` number, required — Width of the screen
  - `height` number, required — Height of the screen

---

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