---
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

## Changes

- **2025-09-25** `e47b7f2d103e` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2025-09-19** `bf872131a82a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/babelcloud/apis/gbox-open-api/changes/boxes/:boxId/resolution/post.md)

---

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