Scroll
Move the pointer to a coordinate and scroll the wheel up or down there.
x, y and scrolls the wheel there.
Path parameters
Query parameters
404 rather
than falling back to the default screen.Body parameters
x = 0. See
the warning above.y = 0. See
the warning above.up or down. Optional. Omitting it scrolls down, and so
does any value other than the exact string up.0, scrolls once.
A negative value moves the pointer, scrolls nothing, and still returns 200.Response
true on a 200. A failed scroll is an error status.scroll.direction and amount after defaults are applied. The coordinates
the pointer was moved to are not echoed back.Example
Response
Errors
request_id. Quote it in support requests. When the computer agent itself
answered non-2xx, the body additionally carries upstream_status.
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Query Parameters
Which screen to act on. Omit for the boot screen. An unknown id returns 404 rather than falling back.
Body
X coordinate to move the pointer to before scrolling, in pixels from the left edge. The pointer is moved before every scroll, so omitting this warps it to x = 0 and scrolls whatever is under that point. Always send it.
Y coordinate to move the pointer to before scrolling, in pixels from the top edge. The pointer is moved before every scroll, so omitting this warps it to y = 0 and scrolls whatever is under that point. Always send it.
Scroll direction. Optional. Omitting it scrolls down, and so does any value other than the exact string up.
up, down Number of wheel clicks. Optional. Omitting it, or sending 0, scrolls once. A negative value moves the pointer, scrolls nothing, and still returns 200.
Response
Scroll performed
true