---
title: "Set overlay visibility"
method: POST
path: "/devices/{deviceId}/overlay"
tags: ["Misc"]
---

# Set overlay visibility

`POST /devices/{deviceId}/overlay`

Shows or hides the accessibility overlay on the device based on the visibility flag in the request body.

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- SetOverlayVisibleArgs
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `visible` boolean, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
