Skip to main content
POST
Scroll
Scrolls the mouse wheel up or down at the cursor’s current position (or at x, y if provided).

Path parameters

string
required
Computer ID (UUID).

Body parameters

string
default:"down"
Scroll direction: up or down.
integer
default:"1"
Number of scroll clicks.
integer
Optional X coordinate to move the cursor to before scrolling.
integer
Optional Y coordinate to move the cursor to before scrolling.

Response

boolean
true if the scroll was performed.
string
Always scroll.

Example

Response

Errors

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Body

application/json
direction
enum<string>
required

Scroll direction

Available options:
up,
down
amount
integer
default:3

Scroll amount (clicks)

Required range: x >= 1

Response

Scroll performed

success
boolean
Example:

true