Computer Actions
Drag mouse
Drag the mouse from one screen coordinate to another.
POST
Drag mouse
Performs a mouse drag from start to end coordinates.
Path parameters
Computer ID (UUID).
Body parameters
Starting X coordinate.
Starting Y coordinate.
Ending X coordinate.
Ending Y coordinate.
Response
true if the drag was performed.Always
drag.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Missing required coordinate, or computer instance not available. |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Upstream desktop agent failure. |
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Response
Drag performed
Example:
true
Drag mouse