Perform a mouse drag operation from start to end coordinates
cURL
curl --request POST \ --url https://www.orgo.ai/api/computers/{id}/drag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "start_x": 123, "start_y": 123, "end_x": 123, "end_y": 123, "button": "left", "duration": 0.5 }'
{ "success": true }
API key authentication using Bearer token
Computer/Project name (e.g., computer-abc123)
Action completed successfully
The response is of type object.
object