---
title: "Swipe"
method: POST
path: "/devices/{deviceId}/swipe"
tags: ["Tools"]
---

# Swipe

`POST /devices/{deviceId}/swipe`

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- SwipeArgs
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `duration` integer, required — Swipe duration in milliseconds
  - `endX` integer, required
  - `endY` integer, required
  - `startX` integer, required
  - `startY` integer, required
  - `stealth` boolean

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
