Skip to main content
GET
/
api
/
mouse
/
position
Get Cursor Position
curl --request GET \
  --url http://localhost:4242/{computer_name}/api/mouse/position
{
  "x": 500,
  "y": 300
}

Documentation Index

Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

display_num
integer
default:1

Response

Successfully retrieved cursor position

{key}
integer