cURL
curl --request POST \ --url https://api.tapkit.ai/phones/{phone_id}/tap-and-hold \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "x": 123, "y": 123, "duration_ms": 1000 } '
Tap and hold at coordinates
Successful response