Skip to main content
POST
JavaScript
With stealth: true, the gesture is humanized: start and end points shift randomly (up to ±5 and ±15 pixels), the duration gets ±10% jitter, and supported devices trace a curved path with micro-jitter instead of a straight line. Devices with human-like input support inject the whole gesture with human motor timing instead. A stealth swipe covering less than ~5 pixels is treated as a long press with slight drift.

Authorizations

Authorization
string
header
required

Bearer token via Authorization header

Headers

X-Device-Display-ID
integer<int64>
default:0
Required range: x >= 0

Path Parameters

deviceId
string
required

Body

application/json
duration
integer<int64>
required

Swipe duration in milliseconds

Required range: x >= 10
endX
integer<int64>
required
endY
integer<int64>
required
startX
integer<int64>
required
startY
integer<int64>
required
stealth
boolean
default:false

Response

No Content