v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Navigation

Swipe

Swipes from a start coordinate to an end coordinate over the given duration in milliseconds. An optional stealth flag applies human-like jitter and curved paths on devices that support it.

post/devices/{deviceId}/swipe

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

durationinteger required

Swipe duration in milliseconds

endXinteger required
endYinteger required
startXinteger required
startYinteger required
stealthboolean

Example request

{
  "$schema": "https://example.com/schemas/SwipeArgs.json"
}

Response

No Content