cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/mouse/scroll \ --header 'Content-Type: application/json' \ --data ' { "x": 123, "y": 123, "deltaX": 123, "deltaY": 123 } '
{ "x": 123, "y": 123, "screen": 123, "window": "<string>" }
Performs a health-gated scroll gesture at the requested coordinates and returns the resulting mouse position.
Desktop mouse position after scroll