Skip to main content
POST
/
computers
/
{id}
/
click
Mouse Click
curl --request POST \
  --url https://www.orgo.ai/api/computers/{id}/click \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "x": 123,
  "y": 123,
  "button": "left",
  "double": false
}'

Authorizations

Authorization
string
header
required

API key authentication. Format: sk_live_...

Path Parameters

id
string
required

Body

application/json
x
integer
required
y
integer
required
button
enum<string>
default:left
Available options:
left,
right
double
boolean
default:false

Response

200

Click performed