---
title: "Tap by coordinates"
method: POST
path: "/devices/{deviceId}/tap"
tags: ["Navigation"]
---

# Tap by coordinates

`POST /devices/{deviceId}/tap`

Taps the device screen at the given x/y coordinates. An optional stealth flag routes the tap through human-like input on devices that support it.

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- TapByCoordinatesArgs
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `stealth` boolean
  - `x` integer, required
  - `y` integer, 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)
