v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

Move the mouse cursor to the specified coordinates on the host computer

post/computer/move_mouse

Request body

xinteger required

X coordinate to move the cursor to

yinteger required

Y coordinate to move the cursor to

hold_keysstring[]

Modifier keys to hold during the move

smoothboolean

Use human-like Bezier curve path instead of instant mouse movement.

duration_msinteger

Target total duration in milliseconds for the mouse movement when smooth=true. Omit for automatic timing based on distance.

Response

Mouse cursor moved